We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399845 commit 44a4568Copy full SHA for 44a4568
package.json
@@ -21,6 +21,9 @@
21
"test:integration": "pnpm build && pnpm test:integration:run",
22
"posttest:integration:run": "pnpm clean:integration",
23
"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",
27
"changeset": "changeset",
28
"changeset:version": "changeset version && node ./scripts/remove-prerelease-changelogs.mjs",
29
"publish": "node scripts/publish.js",
0 commit comments