mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
compile as part of the test script since ts-node doesn't typecheck everything
This commit is contained in:
parent
f1d22c6ca4
commit
eb481215e3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "Server that holds the SponsorBlock database",
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"test": "ts-node test/test.ts",
|
||||
"test": "npm run tsc && ts-node test/test.ts",
|
||||
"dev": "nodemon",
|
||||
"dev:bash": "nodemon -x 'npm test ; npm start'",
|
||||
"start": "ts-node src/index.ts",
|
||||
|
|
Loading…
Reference in a new issue