mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 21:01:59 +04:00
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:
+2
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user