fix: turbo dev command (#7358)

* chore: add dependencies for dev and develop scripts in turbo.json

* update persistence

* chore: remove develop command

---------

Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
M. Palanikannan
2025-07-08 13:59:54 +05:30
committed by GitHub
parent c0f986cf95
commit 388588c588

View File

@@ -25,6 +25,7 @@
"outputs": [".next/**", "dist/**"] "outputs": [".next/**", "dist/**"]
}, },
"dev": { "dev": {
"dependsOn": ["^build"],
"cache": false, "cache": false,
"persistent": true "persistent": true
}, },