1
0
Fork 0

Update release

This commit is contained in:
Vincent Voyer 2018-05-28 21:41:56 +02:00 committed by GitHub
parent d81c817b2a
commit 7e364e25ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@
set -e # exit when error
if [[ -n $(npm owner add `npm whoami`) ]]; then
if ! npm owner ls | grep -q "$(npm whoami)"
then
printf "Release: Not an owner of the npm repo, ask for it"
exit 1
fi