Skip to content

Commit

Permalink
fix(docs): update old config (#8839)
Browse files Browse the repository at this point in the history
### Description

Pipeline > tasks

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
tknickman authored Jul 25, 2024
1 parent 310b69b commit edb1f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/guides/tools/storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Additionally, create a [Package Configuration](/repo/docs/reference/package-conf
```json title="./apps/storybook/turbo.json"
{
"extends": ["//"],
"pipeline": {
"tasks": {
"build:storybook": {
"dependsOn": ["^build:storybook"],
"outputs": ["storybook-static/**"]
Expand Down

0 comments on commit edb1f8f

Please sign in to comment.