Fix types tests

This commit is contained in:
Chocobozzz
2026-01-22 16:16:40 +01:00
parent d473cab753
commit 7a1fb21922
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ if [ "$1" = "types-package" ]; then
cp -r packages/types-generator/dist /tmp/types-generator/dist
(cd /tmp/types-generator/dist && npm install)
(cd /tmp/types-generator/tests && npx --package typescript tsc --noEmit --esModuleInterop --moduleResolution node16 --module Node16 ./test.ts)
(cd /tmp/types-generator/tests && npx --package typescript tsc --noEmit --module commonjs --esModuleInterop ./test.ts)
rm -r /tmp/types-generator
elif [ "$1" = "client" ]; then