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