mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 11:35:11 +00:00
Run nodemon from node_modules
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"livereload": "NODE_ENV='development' ./node_modules/.bin/gulp livereload",
|
||||
"start": "npm prune && npm install && ./node_modules/.bin/gulp dist && nodemon ./server/bin/www"
|
||||
"start": "npm prune && npm install && ./node_modules/.bin/gulp dist && ./node_modules/.bin/nodemon ./server/bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user