Skip to content

Commit c46bace

Browse files
committed
fix directory not found
1 parent b72e1df commit c46bace

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/rollup-plugin-gettext/test

packages/rollup-plugin-gettext/test/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ extract:
22
xgettext index.test.ts --language=javascript -o messages.pot
33

44
compile-mo:
5+
mkdir -p mo
56
parallel msgfmt '{}' -o mo/'{/.}'.mo ':::' po/*.po

0 commit comments

Comments
 (0)