Skip to content

Commit

Permalink
fix: add missing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Jan 17, 2025
1 parent 9254b37 commit 82354fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/ui-kit/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outputs": ["dist/**"]
},
"build-storybook": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"outputs": ["storybook-static/**"]
}
}
}

0 comments on commit 82354fb

Please sign in to comment.