We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73d9ce commit 840cac7Copy full SHA for 840cac7
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "app.js",
6
"license": "MIT",
7
"scripts": {
8
- "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",
9
"build": "webpack --config webpack.production.js --progress --colors",
10
"assets:install": "bower install",
11
"postinstall": "bin/heroku",
0 commit comments