mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix types tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user