npm publish: get OTP from pass
This commit is contained in:
parent
7c4e07b74c
commit
8f505d39a3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,4 +29,4 @@ update-npmjs-readme:
|
||||||
publish: update-npmjs-readme
|
publish: update-npmjs-readme
|
||||||
@git push && \
|
@git push && \
|
||||||
git push --tags && \
|
git push --tags && \
|
||||||
npm publish
|
npm publish --otp $$(pass otp services/npmjs.com)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue