diff --git a/package.json b/package.json index f8b69b9..8e32b08 100644 --- a/package.json +++ b/package.json @@ -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",