Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix: peer dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett committed Jun 15, 2022
1 parent 2bf8992 commit b11d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v2
- run: npm set-script prepare "" && npm ci --only=production
- run: npm set-script prepare "" && npm install --force --only=production
- run: npm run build
- env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit b11d971

Please sign in to comment.