Skip to content

Commit

Permalink
PR deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kpears201 committed Nov 10, 2023
1 parent 9d4ad3a commit 917d5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ else if (task === 'validate') {
})
if (matches.length > 0) {
console.log('Setting package version to ' + matches[0])
console.log(execSync("npm version " + matches[0]))
console.log(execSync("npm version " + matches[0] + " --workspaces"))
console.log(execSync("npm version " + matches[0] + " --git-tag-version false"))
console.log(execSync("npm version " + matches[0] + " --workspaces --git-tag-version false"))
return matches[0]
}
return null
Expand Down

0 comments on commit 917d5c5

Please sign in to comment.