Skip to content

Commit

Permalink
chore(CI): build the project before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsabolov committed Jan 14, 2024
1 parent 7e50876 commit e2f5ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures

- name: Build
run: npm run build

- name: Release
env:
HUSKY: 0 # disable Husky hooks because of long commit message from semantic-release
Expand Down

0 comments on commit e2f5ff2

Please sign in to comment.