Skip to content

Commit

Permalink
build: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 11, 2022
1 parent bd0c52f commit 8f00c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ async function publishPackage(pkg) {
[
'publish',
...(optionTag ? ['--tag', optionTag] : []),
...(skipCleanGitCheck ? ['--no-git-checks'] : []),
'--access',
'public',
// specific to pinia
Expand Down

0 comments on commit 8f00c3b

Please sign in to comment.