Skip to content

Commit

Permalink
fix: add build step before release
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Sep 15, 2023
1 parent 5109b7e commit 87eb8ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: npm clean-install
- name: Build
run: npm run build
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit 87eb8ff

Please sign in to comment.