Skip to content

Commit f197e1c

Browse files
committed
chore: update turbo config
1 parent 6318e7d commit f197e1c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

turbo.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44
"tasks": {
55
"build:lib": {
66
"dependsOn": ["^build:lib"],
7-
"outputs": ["dist/**", "lib/**"]
7+
"outputs": ["lib/**"]
8+
},
9+
"@talend/bootstrap-theme#build:lib": {
10+
"dependsOn": ["^build:lib"],
11+
"outputs": ["dist/**"]
12+
},
13+
"@talend/icons#build:lib": {
14+
"dependsOn": ["^build:lib"],
15+
"outputs": ["dist/**"]
16+
},
17+
"@talend/scripts-config-storybook-lib#build:lib": {
18+
"dependsOn": ["^build:lib"],
19+
"outputs": ["dist/**"]
820
},
921
"build:lib:esm": {
1022
"dependsOn": ["^build:lib:esm"],

0 commit comments

Comments
 (0)