mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
perf(site): parallelize and cache pre-build scripts via turbo tasks (#1202)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
13af7f14b3
commit
2ac0ebb77f
+1
-2
@@ -5,10 +5,9 @@
|
||||
"scripts": {
|
||||
"api-docs": "tsx scripts/api-docs-builder/src/index.ts",
|
||||
"ejected-skins": "tsx scripts/build-ejected-skins.ts",
|
||||
"predev": "pnpm api-docs && pnpm ejected-skins",
|
||||
"dev": "NETLIFY_DEV=1 astro dev",
|
||||
"prebuild": "pnpm api-docs && pnpm ejected-skins",
|
||||
"build": "astro build",
|
||||
"clean": "rm -rf dist .netlify src/content/generated-component-reference src/content/generated-util-reference src/content/ejected-skins.json",
|
||||
"astro": "astro",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
|
||||
Reference in New Issue
Block a user