From 43e8d0d4ca200c78788fb1519fae02559e4f7af3 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Tue, 19 May 2026 13:12:59 +0200 Subject: [PATCH] fix(ci): add pretest hook so vitest sees built dist/cli.js --- node/package.json | 1 + 1 file changed, 1 insertion(+) 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",