change 'prod' to 'production',

This commit is contained in:
2018-06-03 14:41:04 +03:00
parent d7656f9715
commit 3cc1aa5475
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"debug": "cross-env NODE_ENV=dev npx nodemon --inspect ./app.js",
"debug": "cross-env NODE_ENV=development npx nodemon --inspect ./app.js",
"test": "cross-env NODE_ENV=test jest",
"postinstall": "cd react && npm install && npm run build"
},