We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a015292 + d268e25 commit b7711b9Copy full SHA for b7711b9
nodemon.json
@@ -4,7 +4,7 @@
4
"ignore": ["**/__tests__/**", "*.test.js"],
5
"events": {
6
"restart": "kill-port 9000",
7
- "crash": "kill-port 9000 && npm run local"
+ "crash": "kill-port 9000 && yarn start"
8
},
9
"delay": "250"
10
}
0 commit comments