Merge pull request #660 from sharelatex/ja-no-legacy-nodemon

Don't use the legacy watch option in nodemon
This commit is contained in:
Timothée Alby 2018-06-14 13:58:38 +02:00 committed by GitHub
commit 3374aa6c9d
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"exec": "make compile || exit 1",
"watch": [
"public/coffee/",

View file

@ -4,7 +4,6 @@
"node_modules/"
],
"verbose": true,
"legacyWatch": true,
"execMap": {
"js": "npm run start"
},