chore(turbo): dev 前置构建工作区依赖

This commit is contained in:
2026-07-03 16:31:00 +08:00
parent cc73570396
commit 7f4d83f57a

View File

@@ -2,6 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true
},