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 bc0e1c2 commit 2964fc4Copy full SHA for 2964fc4
index.js
@@ -295,7 +295,7 @@ module.exports = function updateDB(print = defaultPrint) {
295
if (lock.mode === 'yarn' && lock.version !== 1) {
296
updateWith(print, yarnCommand + ' up -R caniuse-lite')
297
} else if (lock.mode === 'pnpm') {
298
- updateWith(print, 'pnpm up caniuse-lite')
+ updateWith(print, 'pnpm up --no-save caniuse-lite')
299
} else if (lock.mode === 'bun') {
300
updateWith(print, 'bun update caniuse-lite')
301
} else {
0 commit comments