Skip to content

Commit

Permalink
chore: add provenance flag to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 10, 2024
1 parent 0b5f0b8 commit a0b3592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-ci.ts
Expand Up @@ -30,6 +30,6 @@ const releaseTag = version.includes('beta')
console.log('Publishing version', version, 'with tag', releaseTag)

if (releaseTag)
await $`pnpm -r publish --access public --tag ${releaseTag}`
await $`pnpm -r publish --provenance --access public --tag ${releaseTag}`
else
await $`pnpm -r publish --access public`
await $`pnpm -r publish --provenance --access public`

0 comments on commit a0b3592

Please sign in to comment.