mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 12:24:50 +00:00
Rename liverload script to start:watch
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user