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 1da0c00 commit dd46914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ else if (task === 'validate') {
})
if (matches.length > 0) {
console.log('Setting package version to ' + matches[0])
exec("npm version " + matches[0])
exec("npm version " + matches[0] + " --workspaces")
return matches[0]
}
Expand Down

0 comments on commit dd46914

Please sign in to comment.