Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Dec 11, 2022
1 parent eb22c8c commit 459cff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"releaseName": "${version}"
},
"hooks": {
"before:init": ["yarn install --frozen-lockfile", "yarn i18n"]
"before:init": ["yarn install --immutable", "yarn i18n"]
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 459cff7

Please sign in to comment.