Skip to content

Commit b7711b9

Browse files
Merge pull request #44 from wednesday-solutions/feat/camelcased-models
fix: nodemon crash script
2 parents a015292 + d268e25 commit b7711b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodemon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ignore": ["**/__tests__/**", "*.test.js"],
55
"events": {
66
"restart": "kill-port 9000",
7-
"crash": "kill-port 9000 && npm run local"
7+
"crash": "kill-port 9000 && yarn start"
88
},
99
"delay": "250"
1010
}

0 commit comments

Comments
 (0)