mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
fix(turbo): update start task dependency from build to start
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"dependsOn": ["^check-types"]
|
||||
},
|
||||
"start": {
|
||||
"dependsOn": ["^start"]
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
|
||||
Reference in New Issue
Block a user