Skip to content

Commit

Permalink
build: fix turbo dev (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jul 18, 2023
1 parent 708122b commit b0a1a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"inputs": ["package.json", "src/**", "../../templates/**"]
},
"dev": {
"dependsOn": ["^build"],
"dependsOn": ["build"],
"cache": false,
"persistent": true
},
Expand Down

0 comments on commit b0a1a72

Please sign in to comment.