Skip to content

Commit

Permalink
ci: use --force in npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Nov 8, 2023
1 parent 30b325f commit d660f22
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 @@ -15,6 +15,6 @@ jobs:
# Currently, only npm supports publishing packages with provenance
# https://docs.npmjs.com/generating-provenance-statements
run: |
npm install
npm install --force
npm run build:docs & npm run build:lib
npm publish --provenance --access public

0 comments on commit d660f22

Please sign in to comment.