fix(turbo): update start task dependency from build to start

This commit is contained in:
Mauricio Siu
2025-03-17 02:37:09 -06:00
parent 284533a930
commit cfd2c7a1e5

View File

@@ -14,7 +14,7 @@
"dependsOn": ["^check-types"] "dependsOn": ["^check-types"]
}, },
"start": { "start": {
"dependsOn": ["^start"] "dependsOn": ["^build"]
}, },
"dev": { "dev": {
"cache": false, "cache": false,