mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-01 16:01:44 +00:00
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",
|
"main": "app.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"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",
|
"build": "webpack --config webpack.production.js --progress --colors",
|
||||||
"assets:install": "bower install",
|
"assets:install": "bower install",
|
||||||
"postinstall": "bin/heroku",
|
"postinstall": "bin/heroku",
|
||||||
|
|
Loading…
Reference in a new issue