Error in GH actions on type failures

This commit is contained in:
Alexander Skvortsov 2021-12-12 22:51:05 -05:00
parent 55dd8f17f3
commit 4444357563
No known key found for this signature in database
GPG Key ID: C4E3BBF9C3412B4C

View File

@ -49,7 +49,7 @@ jobs:
working-directory: ./js
- name: Typecheck
run: yarn run check-typings || true # REMOVE THIS ONCE TYPE SAFETY REACHED
run: yarn run check-typings
working-directory: ./js
type-coverage: