We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e537b commit 5a31dc3Copy full SHA for 5a31dc3
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