mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 11:06:35 +00:00
Remove node_modules reference in npm scripts
This commit is contained in:
+3
-3
@@ -4,10 +4,10 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "npm prune",
|
||||
"prestart": "./node_modules/.bin/gulp dist",
|
||||
"start": "./node_modules/.bin/nodemon ./server/bin/www",
|
||||
"prestart": "gulp dist",
|
||||
"start": "nodemon ./server/bin/www",
|
||||
"start:production": "npm run prestart; node ./server/bin/www",
|
||||
"start:watch": "NODE_ENV='development' ./node_modules/.bin/gulp livereload"
|
||||
"start:watch": "NODE_ENV='development' gulp livereload"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user