mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
5 lines
106 B
JSON
5 lines
106 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts,json",
|
|
"exec": "(npm test || echo test failed) && npm start"
|
|
}
|