Skip to content

Commit

Permalink
Merge branch 'develop' into feat/e2ee-composer-hint
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Oct 14, 2024
2 parents 8bde948 + e6a18c3 commit d38f590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const languages = files.map((file) => path.basename(file, '.i18n.json'));

// write the files
if (fs.existsSync(`./dist`)) {
fs.rmdirSync(`./dist`, { recursive: true });
fs.rmSync(`./dist`, { recursive: true });
}
fs.mkdirSync(`./dist`, { recursive: true });

Expand Down

0 comments on commit d38f590

Please sign in to comment.