mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
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:
@@ -25,6 +25,7 @@
|
|||||||
"outputs": [".next/**", "dist/**"]
|
"outputs": [".next/**", "dist/**"]
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
|
"dependsOn": ["^build"],
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"persistent": true
|
"persistent": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user