Skip to content

Commit a53ad15

Browse files
committed
fix: turbo config for storybook-docs
1 parent 12f6328 commit a53ad15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"dependsOn": ["^build:lib"],
1919
"outputs": ["dist/**"]
2020
},
21+
"@talend/storybook-docs#build:lib": {
22+
"dependsOn": ["^build:lib"],
23+
"outputs": ["lib/**", "dist/**"]
24+
},
2125
"build:lib:esm": {
2226
"dependsOn": ["^build:lib:esm"],
2327
"outputs": ["lib-esm/**"]

0 commit comments

Comments
 (0)