Skip to content

Commit

Permalink
chore: run build before dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 27, 2024
1 parent 0373b05 commit 419a1c5
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 @@ -15,7 +15,7 @@
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["codegen"]
"dependsOn": ["codegen", "^build"]
},
"codegen": {
"outputs": [".checkpoint/**", "generated/**"],
Expand Down

0 comments on commit 419a1c5

Please sign in to comment.