mirror of
https://github.com/status-im/codimd.git
synced 2025-01-28 23:25:18 +00:00
Add delay to throttle nodemon in dev script
This commit is contained in:
parent
a73d9ce39e
commit
840cac7435
@ -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…
x
Reference in New Issue
Block a user