Skip to content

Commit

Permalink
PEE en pee em
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 20, 2024
1 parent c457fb3 commit 044ca17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/package-manager/configs.js
Expand Up @@ -17,7 +17,7 @@ export const pnpmConfig = {
installCommand: ['pnpm', ['install']],
installCommandNoLockfile: ['pnpm', ['install']],
versionCommand: version => ['pnpm', ['version', version]],
// pnpm config doesn't have `v` as a default tag version prefix, so to get consistent default behavior, use npm.
// Pnpm config doesn't have `v` as a default tag version prefix, so to get consistent default behavior, use npm.
tagVersionPrefixCommand: ['npm', ['config', 'get', 'tag-version-prefix']],
getRegistryCommand: ['pnpm', ['config', 'get', 'registry']],
lockfiles: ['pnpm-lock.yaml'],
Expand Down

0 comments on commit 044ca17

Please sign in to comment.