diff --git a/node/package.json b/node/package.json index aa8f09d..7488ab6 100644 --- a/node/package.json +++ b/node/package.json @@ -13,6 +13,7 @@ ], "scripts": { "build": "tsc -p tsconfig.json", + "pretest": "npm run build", "test": "vitest run", "test:watch": "vitest", "start": "node dist/cli.js serve",