Skip to content

Commit

Permalink
fix: dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
mathhulk committed Oct 27, 2024
1 parent 5df34bd commit b57206b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependsOn": ["generate", "^build"]
},
"dev": {
"dependsOn": ["generate", "^build"],
"cache": false,
"persistent": true,
"dependsOn": ["^build"]
"persistent": true
}
}
}

0 comments on commit b57206b

Please sign in to comment.