Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Nov 16, 2023
1 parent aa61ce6 commit 4a6efdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Install project dependencies
run: yarn install

- name: Lint packages
- name: Build package
run: yarn tsc

- name: Lint package
run: yarn publint

- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 4a6efdb

Please sign in to comment.