Skip to content

Commit

Permalink
fix: add i18n keysets data to build (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Nov 11, 2024
1 parent 29eefad commit 39a2f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ task('compile-to-cjs', () => {
});

task('copy-i18n', () => {
return src(['src/**/i18n/*.json'])
return src(['src/**/i18n/**/*.json'])
.pipe(dest(path.resolve(BUILD_DIR, 'esm')))
.pipe(dest(path.resolve(BUILD_DIR, 'cjs')));
});
Expand Down

0 comments on commit 39a2f0e

Please sign in to comment.