Update release
This commit is contained in:
parent
d81c817b2a
commit
7e364e25ba
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue