We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c51a9e commit 2f8f94aCopy full SHA for 2f8f94a
.bumpedrc
@@ -20,7 +20,7 @@ plugins:
20
21
'Generating and committing lock files':
22
plugin: 'bumped-terminal'
23
- command: 'yarn && npm i && git add yarn.lock package-lock.json && git commit -m "chore(package): update lockfiles"'
+ command: 'npm i && yarn && git add yarn.lock package-lock.json && git commit -m "chore(package): update lockfiles"'
24
25
'Generating CHANGELOG file':
26
plugin: 'bumped-changelog'
0 commit comments