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