Fix types test
This commit is contained in:
parent
fca58de835
commit
71ba1ead4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
npm run tsc -- --noEmit --esModuleInterop --moduleResolution node16 /tmp/types-generator/tests/test.ts
|
||||
npm run tsc -- --noEmit --esModuleInterop --moduleResolution node16 --module Node16 /tmp/types-generator/tests/test.ts
|
||||
rm -r /tmp/types-generator
|
||||
elif [ "$1" = "client" ]; then
|
||||
npm run build
|
||||
|
|
Loading…
Reference in a new issue