Skip to content

Commit

Permalink
fix(cli): small glitch with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jan 3, 2023
1 parent 4946a1e commit 3917cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lib/cmd/upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function upgradeQuasar () {
: (
packager === 'pnpm'
? [ 'install' ]
: `--save${type === 'devDependencies' ? '-dev' : ''}` // npm
: [ 'install', `--save${type === 'devDependencies' ? '-dev' : ''}` ] // npm
)

deps[type].forEach(dep => {
Expand Down

0 comments on commit 3917cac

Please sign in to comment.