We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3535 commit d02b0c7Copy full SHA for d02b0c7
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"format:imports": "biome check --apply .",
22
"format:imports:ci": "biome ci .",
23
"test": "turbo run test --concurrency=1 --filter=astro --filter=create-astro --filter=\"@astrojs/*\"",
24
- "test:citgm": "pnpm test --force",
+ "test:citgm": "pnpm run test --force",
25
"test:match": "cd packages/astro && pnpm run test:match",
26
"test:unit": "cd packages/astro && pnpm run test:unit",
27
"test:unit:match": "cd packages/astro && pnpm run test:unit:match",
0 commit comments