Skip to content

Commit 44a4568

Browse files
Add vite-ecosystem-ci scripts (#12679)
1 parent 7399845 commit 44a4568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"test:integration": "pnpm build && pnpm test:integration:run",
2222
"posttest:integration:run": "pnpm clean:integration",
2323
"playwright:integration": "playwright test --config ./integration/playwright.config.ts",
24+
"vite-ecosystem-ci:build": "pnpm build",
25+
"vite-ecosystem-ci:before-test": "pnpm playwright install",
26+
"vite-ecosystem-ci:test": "pnpm playwright:integration --project=chromium && pnpm clean:integration",
2427
"changeset": "changeset",
2528
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.mjs",
2629
"publish": "node scripts/publish.js",

0 commit comments

Comments
 (0)