Skip to content

Commit

Permalink
fix release (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamath authored Jan 27, 2025
1 parent 5efeb5a commit e794c13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
node-version: 20.x
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
run: npm install
- name: Install dependencies
run: |
rm -rf node_modules
rm -f package-lock.json
npm install
- name: Build
run: npm run build
Expand Down

0 comments on commit e794c13

Please sign in to comment.