Skip to content

Commit

Permalink
chore(ARCH-662): fix extract path for translation jenkins job (#4953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbacc authored Oct 24, 2023
1 parent 180345d commit 79e68dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dataviz/talend-i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extract": {
"method": "yarn",
"script": "extract-i18n",
"target": "./i18n-extract",
"target": "./i18n",
"transform": "flatten"
},
"load": {
Expand Down
2 changes: 1 addition & 1 deletion packages/faceted-search/talend-i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extract": {
"method": "yarn",
"script": "extract-i18n",
"target": "./i18n-extract",
"target": "./i18n",
"transform": "flatten"
},
"load": {
Expand Down

0 comments on commit 79e68dc

Please sign in to comment.