Skip to content

Commit

Permalink
build: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jul 19, 2021
1 parent b3bb4fe commit 8b20c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function main() {
// https://github.com/google/zx/issues/144#issuecomment-859745076
const q = $.quote
$.quote = (v) => v
console.log(`🧪 Releasing in ${distTag} tag ...`)
console.log(`🧪 Releasing in @${distTag || 'latest'} dist-tag ...`)
await $`npx pnpm -r publish ${tagPart} --access public --no-git-checks`
$.quote = q
await $`git clean -fd`
Expand Down

0 comments on commit 8b20c83

Please sign in to comment.