mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 12:02:13 +00:00
Merge pull request #260 from jfurrow/bug/remove-source-operator-in-package.json
Remove source operator in package.json 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