We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc660f0 commit c7c5fecCopy full SHA for c7c5fec
script/publish.js
@@ -3,7 +3,7 @@ const { getOtp } = require('@continuous-auth/client')
3
const { spawnSync } = require('child_process')
4
5
async function publish () {
6
- const { status } = spawnSync('npm', ['publish', '--otp', await getOtp()])
+ const { status } = spawnSync('npm', ['publish', '--provenance', '--otp', await getOtp()])
7
process.exit(status)
8
}
9
0 commit comments