mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
feat: run build:examples from test:smoke
This commit is contained in:
parent
9de2dd9bce
commit
44eb5c115f
1 changed files with 1 additions and 1 deletions
|
@ -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": "node scripts/smoke/index.js",
|
||||
"test:smoke": "pnpm run build:examples",
|
||||
"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",
|
||||
|
|
Loading…
Add table
Reference in a new issue