Add delay to throttle nodemon in dev script
This commit is contained in:
parent
a73d9ce39e
commit
840cac7435
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "app.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "webpack --config webpack.config.js --progress --colors --watch & nodemon app.js",
|
||||
"dev": "webpack --config webpack.config.js --progress --colors --watch & nodemon --delay 1 app.js",
|
||||
"build": "webpack --config webpack.production.js --progress --colors",
|
||||
"assets:install": "bower install",
|
||||
"postinstall": "bin/heroku",
|
||||
|
|
Loading…
Reference in a new issue