mirror of
https://github.com/simoneb/axios-hooks.git
synced 2025-12-08 21:25:56 +00:00
4 lines
151 B
Bash
4 lines
151 B
Bash
OTP=$(curl https://my-otp.herokuapp.com/api/generate/$MY_OTP_TOKEN)
|
|
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
|
|
npm publish --otp $OTP
|