Skip to content

Commit

Permalink
ci: test sequentially for vite ecosystem ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 30, 2023
1 parent b3831db commit dabdc35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"ci": "start-server-and-test story:preview http://localhost:4567/ test",
"test": "node ./cypress-parallel.mjs",
"test:dev": "cypress open --config baseUrl=http://localhost:6006",
"test:examples": "pnpm run story:build && pnpm run ci"
"test:examples": "pnpm run story:build && pnpm run ci-s",
"ci-s": "start-server-and-test story:preview http://localhost:4567/ test-s",
"test-s": "cypress run --config baseUrl=http://localhost:4567"
},
"dependencies": {
"lottie-web": "^5.12.2",
Expand Down

0 comments on commit dabdc35

Please sign in to comment.