Skip to content

Commit

Permalink
fix: swith to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 committed Oct 27, 2024
1 parent 81b29c3 commit 8bded8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
- name: Build project
if: steps.check-version.outputs.is_higher == 'true'
run: |
yarn install --ignore-optional --force --verbose
yarn run build
npm install --legacy-peer-deps
npm run build
- name: 🛎️ Create release
if: steps.check-version.outputs.is_higher == 'true'
Expand Down

0 comments on commit 8bded8d

Please sign in to comment.