mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 18:21:24 +00:00
Merge pull request #660 from sharelatex/ja-no-legacy-nodemon
Don't use the legacy watch option in nodemon
This commit is contained in:
commit
3374aa6c9d
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
"node_modules/"
|
||||
],
|
||||
"verbose": true,
|
||||
"legacyWatch": true,
|
||||
"exec": "make compile || exit 1",
|
||||
"watch": [
|
||||
"public/coffee/",
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"node_modules/"
|
||||
],
|
||||
"verbose": true,
|
||||
"legacyWatch": true,
|
||||
"execMap": {
|
||||
"js": "npm run start"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue