summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6fbd1d82..e6bd2c5d 100644
--- a/package.json
+++ b/package.json
@@ -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",