Skip to content

Commit

Permalink
ci: add check for webworker bundle typings
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Feb 27, 2023
1 parent 204f744 commit 48223c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- run: npm run lint
- run: npm run format:check
- run: npm run check-closure-compiler
- run: npx tsc --noEmit ably.d.ts
- run: npx tsc --noEmit ably.d.ts build/ably-webworker.d.ts
- run: npm audit --production

0 comments on commit 48223c7

Please sign in to comment.