Skip to content

Commit 7c75cf9

Browse files
authored
Fix monorepo support
1 parent abf1868 commit 7c75cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/localazy_download.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: "$PM install --frozen-lockfile"
3030

3131
- name: Prune i18n
32-
run: "rm -R src/i18n/strings/*.json"
32+
run: "rm -R **/src/i18n/strings/*.json"
3333

3434
- uses: localazy/download@0a79880fb66150601e3b43606fab69c88123c087 # v1
3535
with:

0 commit comments

Comments
 (0)