mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Update test:vite-ci
script (#11740)
This commit is contained in:
parent
a9e43d2a2f
commit
50c3ed238d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
"test:smoke:example": "turbo run build --concurrency=100% --filter=\"@example/*\"",
|
||||
"test:smoke:docs": "turbo run build --filter=docs",
|
||||
"test:check-examples": "node ./scripts/smoke/check.js",
|
||||
"test:vite-ci": "turbo run test --filter=astro",
|
||||
"test:vite-ci": "cd packages/astro && pnpm run test:node",
|
||||
"test:e2e": "cd packages/astro && pnpm playwright install chromium firefox && pnpm run test:e2e",
|
||||
"test:e2e:match": "cd packages/astro && pnpm playwright install chromium firefox && pnpm run test:e2e:match",
|
||||
"test:e2e:hosts": "turbo run test:hosted",
|
||||
|
|
Loading…
Reference in a new issue