mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 17:50:32 +00:00
Renamed command for starting server to "start"
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"repository": "git@github.com:kevinmidboe/planetposen.git",
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress",
|
||||
"server": "NODE_PATH=server node server/app.js",
|
||||
"start": "NODE_PATH=server node server/app.js",
|
||||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
||||
},
|
||||
"author": "KevinMidboe <kevin.midboe@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user