Skip to content

Commit

Permalink
fix test:citgm --force flag not passed correctly (#10706)
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton authored Apr 6, 2024
1 parent 93d3535 commit ecb4435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ecb4435

Please sign in to comment.