Skip to content

Commit 0194b85

Browse files
committed
build: build before test:types
1 parent 421c35d commit 0194b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"dev:e2e": "vite --config e2e/vite.config.mjs",
133133
"test:types": "tsc --build tsconfig.json ./test-dts/tsconfig.experimental.json",
134134
"test:unit": "vitest --coverage run",
135-
"test": "pnpm run '/^(build|test:types)$/' && pnpm run '/^test:(unit|e2e|e2e:hmr)$/'",
135+
"test": "pnpm run build && pnpm run '/^(unit|test:types)$/' && pnpm run '/^test:(e2e|e2e:hmr)$/'",
136136
"test:e2e": "pnpm run test:e2e:headless",
137137
"test:e2e:hmr": "pnpm exec playwright test",
138138
"test:e2e:headless": "node e2e/runner.mjs --env chrome-headless",

0 commit comments

Comments
 (0)