Skip to content

Commit

Permalink
feat: add turbo dependencies for ui-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Jan 17, 2025
1 parent 04cff1f commit 9254b37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/ui-kit/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": ["//"],
"tasks": {
"build": {
"outputs": ["dist/**"]
},
"build-storybook": {
"dependsOn": ["^build"]
}
}
}

0 comments on commit 9254b37

Please sign in to comment.