Skip to content

Commit a77c3ab

Browse files
author
Jake Wood
committed
ci: depends on typescript, too
1 parent 7f1594a commit a77c3ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
publish:
105105
name: Publish to npm
106106
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
107-
needs: [install-dependencies, check-prettier, run-cypress]
107+
needs: [install-dependencies, check-prettier, run-cypress, check-types]
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Checkout repository

0 commit comments

Comments
 (0)