mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +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"
|
|
}
|