We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d0ac2 commit 500d6e4Copy full SHA for 500d6e4
packages/test-e2e-composable-vue3/package.json
@@ -6,7 +6,7 @@
6
"dev": "vite --port 8080",
7
"build": "vite build",
8
"preview": "vite preview --port 8080",
9
- "test": "pnpm run test:e2e",
+ "test": "pnpm run build && pnpm run test:e2e",
10
"test:e2e": "start-server-and-test preview http://localhost:8080 test:e2e:run",
11
"test:e2e:run": "start-server-and-test api 'http-get://localhost:4042/graphql?query=%7B__typename%7D' test:e2e:cy",
12
"test:e2e:cy": "cypress run --headless",
0 commit comments