Fix turbo dev asset race with task ordering and Astro copy hooks (#2750)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Paweł Kuna
2026-08-03 01:08:30 +02:00
committed by GitHub
co-authored by StarDev
parent 575d68572f
commit 5246f0b6fd
14 changed files with 470 additions and 422 deletions
+2 -3
View File
@@ -7,9 +7,8 @@
"node": ">=22.12.0"
},
"scripts": {
"assets": "node .build/copy-assets.mjs",
"dev": "pnpm run assets && astro dev",
"build": "pnpm run assets && astro build",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"clean": "shx rm -rf dist public .astro",
"type-check": "astro check"