Assign development env variable

This commit is contained in:
John Furrow
2017-07-01 20:56:46 -07:00
parent 68956d97ec
commit 1337c42a21
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"preinstall": "npm prune",
"build-assets": "NODE_ENV=production gulp dist",
"start:development": "nodemon server/bin/www",
"start:development": "NODE_ENV=development nodemon server/bin/www",
"start:production": "npm start",
"start": "node server/bin/www",
"start:watch": "NODE_ENV=development gulp livereload"