From ecb44351e98cfba575447699689b0ace49cd3c9d Mon Sep 17 00:00:00 2001 From: Raz Luvaton <16746759+rluvaton@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:30:02 +0100 Subject: [PATCH] fix test:citgm --force flag not passed correctly (#10706) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9aafe99c04be..1f33076d5319 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "format:imports": "biome check --apply .", "format:imports:ci": "biome ci .", "test": "turbo run test --concurrency=1 --filter=astro --filter=create-astro --filter=\"@astrojs/*\"", - "test:citgm": "pnpm test --force", + "test:citgm": "pnpm run test --force", "test:match": "cd packages/astro && pnpm run test:match", "test:unit": "cd packages/astro && pnpm run test:unit", "test:unit:match": "cd packages/astro && pnpm run test:unit:match",