Skip to content

Commit

Permalink
remove tsc run from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Aug 2, 2024
1 parent d0edd40 commit f894d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Check types
run: npm run tsc

- name: Build packages
run: npm run build

Expand Down
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f894d69

Please sign in to comment.