Skip to content

Commit 36433a3

Browse files
Copilotdevlux76
andcommitted
Align test script with CI: lint → typecheck → vitest fast-fail order
Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com>
1 parent 53b95e2 commit 36433a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "tsc -p tsconfig.json --noEmit",
88
"typecheck": "bun run build",
99
"lint": "eslint .",
10-
"test": "vitest run tests/*.test.ts tests/**/*.test.ts",
10+
"test": "bun run lint && bun run build && vitest run tests/*.test.ts tests/**/*.test.ts",
1111
"test:unit": "vitest run tests/*.test.ts tests/**/*.test.ts",
1212
"test:watch": "vitest tests/*.test.ts tests/**/*.test.ts",
1313
"dev:harness": "bun scripts/runtime-harness-server.mjs",

0 commit comments

Comments
 (0)