diff options
author | 2022-04-12 13:10:14 -0400 | |
---|---|---|
committer | 2022-04-12 13:10:14 -0400 | |
commit | c459c87325c4dad5fbcc62f2738c37ec543b02fc (patch) | |
tree | c38583f415fb48269ee7bbee2c172c2cdabc5e60 | |
parent | f665d1a250ef34a9d1cbced9e4441c7e2dc246b8 (diff) | |
download | astro-c459c87325c4dad5fbcc62f2738c37ec543b02fc.tar.gz astro-c459c87325c4dad5fbcc62f2738c37ec543b02fc.tar.zst astro-c459c87325c4dad5fbcc62f2738c37ec543b02fc.zip |
Add script for Vite CI (#3093)
-rw-r--r-- | package.json | 1 |
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 .", |