Skip to content

Commit

Permalink
dep: --force react installation
Browse files Browse the repository at this point in the history
  • Loading branch information
imzlh committed Dec 8, 2024
1 parent 182e355 commit 038a85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i --dev
- run: npm i --force
- run: npm run build --if-present
- run: tar -zcvf release.tgz dist/
- name: Upload binaries to release
Expand Down

0 comments on commit 038a85f

Please sign in to comment.