summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ab1af6b25..9d86d24b3 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"test:match": "cd packages/astro && pnpm run test:match",
"test:templates": "turbo run test --filter=create-astro --concurrency=1",
"test:smoke": "node scripts/smoke/index.js",
+ "test:vite-ci": "turbo run test --no-deps --scope=astro --concurrency=1",
"benchmark": "turbo run benchmark --scope=astro",
"lint": "eslint \"packages/**/*.ts\"",
"format": "prettier -w .",