Skip to content

Commit

Permalink
chore(console): compile app dependencies when running dev (#5845)
Browse files Browse the repository at this point in the history
Now, running `turbo dev` on the console app package will make sure all of its dependencies are up to date.
  • Loading branch information
skyrpex authored Apr 18, 2024
1 parent 797829a commit 962a6a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/wing-console/console/app/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"pipeline": {
"dev": {
"dependsOn": ["^compile"]
},
"compile": {
"outputs": ["dist/**"],
"env": ["SEGMENT_WRITE_KEY", "VITE_WING_CLOUD_SIGN_IN_URL"]
Expand Down

0 comments on commit 962a6a2

Please sign in to comment.