Skip to content

Commit fbef66e

Browse files
committed
build(combobox-web): revert turbo.json, running rui-create-translation as prebuild
1 parent 469f937 commit fbef66e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

turbo.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"inputs": ["package.json", "**/package.xml"]
99
},
1010
"build": {
11-
"dependsOn": ["^build", "create-translation"],
11+
"dependsOn": ["^build"],
1212
"outputs": ["dist/**", "!dist/tmp/**"]
1313
},
1414
"release": {
15-
"dependsOn": ["^release", "verify", "create-translation"],
15+
"dependsOn": ["^release", "verify"],
1616
"outputs": ["dist/**", "!dist/tmp/**"]
1717
},
1818
"build:module": {
@@ -40,7 +40,7 @@
4040
},
4141
"create-translation": {
4242
"cache": false,
43-
"outputs": ["dist/**"],
43+
"outputs": [],
4444
"inputs": ["src/**/*.xml", "!src/**/package.xml"]
4545
},
4646
"publish-marketplace": {

0 commit comments

Comments
 (0)