Skip to content

Commit 43233b6

Browse files
authored
fix mo files needed for test not available
Hopefully gettext is in the default runner environment?
1 parent a39b80c commit 43233b6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/rollup-plugin-gettext/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
build:
44
npx tsc -p tsconfig.lib.json
55

6+
test/mo:
7+
cd test && npm run compile-mo
8+
69
# for some reason vitest --typecheck doesn't actually fail when there are type
710
# errors for me, so I'm running tsc here as a workaround
8-
test:
11+
test: test/mo
912
npx tsc
1013
npx vitest run --typecheck
1114

0 commit comments

Comments
 (0)