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", "$schema": "https://turbo.build/schema.json",
"tasks": { "tasks": {
"dev": { "dev": {
"dependsOn": ["^build"],
"cache": false, "cache": false,
"persistent": true "persistent": true
}, },