SponsorBlockServer/nodemon.json
2020-11-01 17:29:57 +02:00

5 lines
106 B
JSON

{
"watch": ["src"],
"ext": "ts,json",
"exec": "(npm test || echo test failed) && npm start"
}