Skip to content

Commit 500d6e4

Browse files
committed
test: build test app in test command
1 parent 48d0ac2 commit 500d6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-e2e-composable-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "vite --port 8080",
77
"build": "vite build",
88
"preview": "vite preview --port 8080",
9-
"test": "pnpm run test:e2e",
9+
"test": "pnpm run build && pnpm run test:e2e",
1010
"test:e2e": "start-server-and-test preview http://localhost:8080 test:e2e:run",
1111
"test:e2e:run": "start-server-and-test api 'http-get://localhost:4042/graphql?query=%7B__typename%7D' test:e2e:cy",
1212
"test:e2e:cy": "cypress run --headless",

0 commit comments

Comments
 (0)