fix: add quotes on filter flag for safety

This commit is contained in:
bholmesdev 2022-07-11 19:00:30 -04:00
parent e8f630a449
commit 02e0e1d748

View file

@ -19,7 +19,7 @@
"test": "turbo run test --output-logs=new-only --concurrency=1",
"test:match": "cd packages/astro && pnpm run test:match",
"test:templates": "turbo run test --filter=create-astro --concurrency=1",
"test:smoke": "turbo run build --filter=@example/* --filter=!@example/with-mdx --output-logs=new-only",
"test:smoke": "turbo run build --filter=\"@example/*\" --filter=\"!@example/with-mdx\" --output-logs=new-only",
"test:vite-ci": "turbo run test --output-logs=new-only --no-deps --scope=astro --concurrency=1",
"test:e2e": "cd packages/astro && pnpm playwright install && pnpm run test:e2e",
"test:e2e:match": "cd packages/astro && pnpm playwright install && pnpm run test:e2e:match",