remove env variable in npm scrpts; rename watch script for clarity

This commit is contained in:
Patrick Vézina
2016-03-15 22:14:04 -04:00
parent 8e2aeb53ab
commit 9bb62336a8
3 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
"scripts": {
"build:production": "webpack -p",
"build": "webpack -d",
"watch": "NODE_ENV=development node dev.js"
"watch": "node watch.js"
},
"engines": {
"node": ">= 0.12.0",