Skip to content

Commit 2f8f94a

Browse files
committed
chore: invert order of 'yarn' and 'npm' install
1 parent 8c51a9e commit 2f8f94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bumpedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins:
2020

2121
'Generating and committing lock files':
2222
plugin: 'bumped-terminal'
23-
command: 'yarn && npm i && git add yarn.lock package-lock.json && git commit -m "chore(package): update lockfiles"'
23+
command: 'npm i && yarn && git add yarn.lock package-lock.json && git commit -m "chore(package): update lockfiles"'
2424

2525
'Generating CHANGELOG file':
2626
plugin: 'bumped-changelog'

0 commit comments

Comments
 (0)