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:
parent
c0f986cf95
commit
388588c588
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"outputs": [".next/**", "dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue