diff --git a/cli/package.json b/cli/package.json index 93cc26d5..4607a476 100644 --- a/cli/package.json +++ b/cli/package.json @@ -43,7 +43,7 @@ "publish-npm:dry-run": "bun run scripts/publish-npm.ts --dry-run", "tools:unpack": "bun run scripts/unpack-tools.ts", "update-homebrew-formula": "bun run scripts/update-homebrew-formula.ts", - "test": "vitest run", + "test": "bun run tools:unpack && vitest run", "test:win": "vitest run", "dev": "tsx src/index.ts", "dev:local-server": "tsx --env-file .env.dev-local-server src/index.ts",