From 50c3ed238d9e51a0110bc8b95e6924b65f0d0841 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Fri, 16 Aug 2024 21:48:57 +0800 Subject: [PATCH] Update `test:vite-ci` script (#11740) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 850816b5e1..c979990452 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",