Skip to content

Commit 37f6cbd

Browse files
committed
chore: order in test command
1 parent 2240371 commit 37f6cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"dev:e2e": "vite --config e2e/vite.config.mjs",
9999
"test:types": "tsc --build tsconfig.json",
100100
"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",
101+
"test": "pnpm run build && pnpm run build:dts && pnpm run test:types && pnpm run test:unit && pnpm run test:e2e",
102102
"test:e2e": "pnpm run test:e2e:headless",
103103
"test:e2e:headless": "node e2e/runner.mjs --env chrome-headless",
104104
"test:e2e:native": "node e2e/runner.mjs --env chrome",

0 commit comments

Comments
 (0)