Run lerna from local bin

This commit is contained in:
Dominik Prokop
2019-07-11 13:16:07 +02:00
parent c8da0ac1c8
commit 98908f7b98
+1 -1
View File
@@ -13,7 +13,7 @@ echo "Commit: ${GIT_BRANCH}"
echo "Current lerna.json version: ${PACKAGE_VERSION}"
# count packages that changed
count=`lerna changed --loglevel silent | awk '{c++} END {print c}'`
count=`./node_modules/.bin/lerna changed --loglevel silent | awk '{c++} END {print c}'`
if [ -z $count ]; then
echo "No changes in packages, not publishing"