Skip to content

Commit

Permalink
fix: install husky in build step (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bompo authored Nov 27, 2024
1 parent ff64ebc commit f15d129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f15d129

Please sign in to comment.