From c459c87325c4dad5fbcc62f2738c37ec543b02fc Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 12 Apr 2022 13:10:14 -0400 Subject: [PATCH] Add script for Vite CI (#3093) --- package.json | 1 + 1 file changed, 1 insertion(+) 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 .",