From 3f49a96c2ce5f1d7df117d1a1a02ea3fda31c9f9 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 3 Jul 2020 15:26:12 +0100 Subject: [PATCH] update the release command --- scripts/travis/release/release-npm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/release/release-npm.sh b/scripts/travis/release/release-npm.sh index 717b62595a..933a232192 100755 --- a/scripts/travis/release/release-npm.sh +++ b/scripts/travis/release/release-npm.sh @@ -18,4 +18,4 @@ then fi; echo "Publishing on npm with tag $TAG_NPM" -./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)" +npx @alfresco/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)"