diff options
Diffstat (limited to 'scripts/ci.sh')
-rwxr-xr-x | scripts/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index 5b757d94b..b0b76ca99 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -41,7 +41,7 @@ findTestFiles () { | |||
41 | } | 41 | } |
42 | 42 | ||
43 | if [ "$1" = "types-package" ]; then | 43 | if [ "$1" = "types-package" ]; then |
44 | npm run generate-types-package | 44 | npm run generate-types-package 0.0.0 |
45 | npm run tsc -- --noEmit --esModuleInterop packages/types/tests/test.ts | 45 | npm run tsc -- --noEmit --esModuleInterop packages/types/tests/test.ts |
46 | elif [ "$1" = "client" ]; then | 46 | elif [ "$1" = "client" ]; then |
47 | npm run build | 47 | npm run build |