Skip to content

Commit d02b0c7

Browse files
committed
fix test:citgm --force flag not passed correctly
1 parent 93d3535 commit d02b0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"format:imports": "biome check --apply .",
2222
"format:imports:ci": "biome ci .",
2323
"test": "turbo run test --concurrency=1 --filter=astro --filter=create-astro --filter=\"@astrojs/*\"",
24-
"test:citgm": "pnpm test --force",
24+
"test:citgm": "pnpm run test --force",
2525
"test:match": "cd packages/astro && pnpm run test:match",
2626
"test:unit": "cd packages/astro && pnpm run test:unit",
2727
"test:unit:match": "cd packages/astro && pnpm run test:unit:match",

0 commit comments

Comments
 (0)