mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
fix test:citgm --force flag not passed correctly (#10706)
This commit is contained in:
parent
93d353528f
commit
ecb44351e9
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue