summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2024-08-16 21:48:57 +0800
committerGravatar GitHub <noreply@github.com> 2024-08-16 21:48:57 +0800
commit50c3ed238d9e51a0110bc8b95e6924b65f0d0841 (patch)
tree7fde8af6afecded4b02b73f26579c8745503c5dd
parenta9e43d2a2f0a2e17a579fe7c9bbb274503c6f798 (diff)
downloadastro-50c3ed238d9e51a0110bc8b95e6924b65f0d0841.tar.gz
astro-50c3ed238d9e51a0110bc8b95e6924b65f0d0841.tar.zst
astro-50c3ed238d9e51a0110bc8b95e6924b65f0d0841.zip
Update `test:vite-ci` script (#11740)
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 850816b5e..c97999045 100644
--- a/package.json
+++ b/package.json
@@ -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",