We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2240371 commit 37f6cbdCopy full SHA for 37f6cbd
packages/router/package.json
@@ -98,7 +98,7 @@
98
"dev:e2e": "vite --config e2e/vite.config.mjs",
99
"test:types": "tsc --build tsconfig.json",
100
"test:unit": "vitest --coverage run",
101
- "test": "pnpm run test:types && pnpm run build && pnpm run build:dts && pnpm run test:unit && pnpm run test:e2e",
+ "test": "pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e",
102
"test:e2e": "pnpm run test:e2e:headless",
103
"test:e2e:headless": "node e2e/runner.mjs --env chrome-headless",
104
"test:e2e:native": "node e2e/runner.mjs --env chrome",
0 commit comments