Skip to content

Commit

Permalink
add dep to turbo command
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Sep 5, 2024
1 parent 7162245 commit 611a925
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"outputs": ["dist/**"]
},
"@kaizen/tailwind#build": {
"dependsOn": ["@kaizen/design-tokens#build"],
"dependsOn": [
"@kaizen/design-tokens#build",
"@kaizen/package-bundler#build"
],
"inputs": ["src/**"],
"outputs": ["dist/**"]
},
Expand Down

0 comments on commit 611a925

Please sign in to comment.