mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 20:30:42 +00:00
Remove source operator in npm scripts
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@
|
||||
"scripts": {
|
||||
"preinstall": "npm prune",
|
||||
"build-assets": "NODE_ENV=production gulp dist",
|
||||
"start:development": "nodemon ./server/bin/www",
|
||||
"start:development": "nodemon server/bin/www",
|
||||
"start:production": "npm start",
|
||||
"start": "node ./server/bin/www",
|
||||
"start": "node server/bin/www",
|
||||
"start:watch": "NODE_ENV=development gulp livereload"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user