fix(nx): fix broken publish script
This commit is contained in:
parent
b4b38d12d8
commit
ea9d73bdbd
@ -21,6 +21,7 @@ do
|
||||
PACKAGE_NAME=`node -e "console.log(require('./package.json').name)"`
|
||||
|
||||
echo "Publishing ${PACKAGE_NAME}@${VERSION} --tag ${TAG}"
|
||||
npm publish --tag $TAG --access public
|
||||
|
||||
cd $ORIG_DIRECTORY
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user