Rename liverload script to start:watch

This commit is contained in:
John Furrow
2016-08-16 20:14:49 -07:00
parent addb60e965
commit f0977f170f
+1 -1
View File
@@ -7,7 +7,7 @@
"prestart": "./node_modules/.bin/gulp dist",
"start": "./node_modules/.bin/nodemon ./server/bin/www",
"start:production": "node ./server/bin/www",
"livereload": "NODE_ENV='development' ./node_modules/.bin/gulp livereload"
"start:watch": "NODE_ENV='development' ./node_modules/.bin/gulp livereload"
},
"dependencies": {
"axios": "^0.12.0",