Skip to content

Commit

Permalink
test: build test app in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 24, 2024
1 parent 48d0ac2 commit 500d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-e2e-composable-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite --port 8080",
"build": "vite build",
"preview": "vite preview --port 8080",
"test": "pnpm run test:e2e",
"test": "pnpm run build && pnpm run test:e2e",
"test:e2e": "start-server-and-test preview http://localhost:8080 test:e2e:run",
"test:e2e:run": "start-server-and-test api 'http-get://localhost:4042/graphql?query=%7B__typename%7D' test:e2e:cy",
"test:e2e:cy": "cypress run --headless",
Expand Down

0 comments on commit 500d6e4

Please sign in to comment.