Skip to content

Commit

Permalink
use yarn for bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Oct 30, 2023
1 parent cff2a6b commit 2d6028e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion packages/vsix-builder/src/vsce/version-bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function versionBump(manifest: Manifest, options: IVersionBumpOptio
console.log(`Bumped version from ${manifestVersion} to ${rcVersion}`)
}

let command = `npm version ${rcVersion}`
let command = `yarn version ${rcVersion}`

if (options.commitMessage) {
command = `${command} -m "${options.commitMessage}"`
Expand Down

0 comments on commit 2d6028e

Please sign in to comment.