Add script for Vite CI (#3093)
This commit is contained in:
parent
f665d1a250
commit
c459c87325
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
"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:vite-ci": "turbo run test --no-deps --scope=astro --concurrency=1",
|
||||
"benchmark": "turbo run benchmark --scope=astro",
|
||||
"lint": "eslint \"packages/**/*.ts\"",
|
||||
"format": "prettier -w .",
|
||||
|
|
Loading…
Reference in a new issue