Skip to content

Commit

Permalink
run build command before running dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Mar 7, 2024
1 parent a3d9814 commit 75b0fca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"outputs": ["storybook-static/**"],
"env": ["SHOW_INTERACTIONS"]
},
"dev": {
"dependsOn": ["^build"],
"cache": false,
"persistent": true
},
"lint:all": {
"outputs": []
},
Expand Down

0 comments on commit 75b0fca

Please sign in to comment.