Use npx instead of absolute adf-cli path (#5053)

(reverted from commit 140f60b8dc)
This commit is contained in:
Eugenio Romano
2019-09-10 16:07:52 +01:00
parent 327bc56c02
commit c860923691
3 changed files with 5 additions and 5 deletions

View File

@@ -19,4 +19,4 @@ fi;
echo "Publishing on npm with tag $TAG_NPM"
npx @alfresco/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"