Skip to content

Commit

Permalink
build(release): forcing install
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Apr 3, 2022
1 parent fb7b96f commit e379afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
scope: README
release: patch
- - '@semantic-release/exec'
- prepareCmd: npx npm install && npx npm run lint && npx npm run ts:check && npx npm run build
- prepareCmd: npx npm install --force && npx npm run lint && npx npm run ts:check && npx npm run build
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- changelogFile: CHANGELOG.md
Expand Down

0 comments on commit e379afa

Please sign in to comment.