]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: order in test command
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 1 Jul 2024 08:44:58 +0000 (10:44 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 1 Jul 2024 08:44:58 +0000 (10:44 +0200)
packages/router/package.json

index e98c3ba731b9b309acedb4e5f82334a08127b256..57f07d357830d3495bb77fe0ca372b40ea67d09c 100644 (file)
@@ -98,7 +98,7 @@
     "dev:e2e": "vite --config e2e/vite.config.mjs",
     "test:types": "tsc --build tsconfig.json",
     "test:unit": "vitest --coverage run",
-    "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",
     "test:e2e": "pnpm run test:e2e:headless",
     "test:e2e:headless": "node e2e/runner.mjs --env chrome-headless",
     "test:e2e:native": "node e2e/runner.mjs --env chrome",