From 453461f8ca81879bf89a1b65fa56a268b6dd64ea Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Tue, 20 Aug 2019 21:45:04 +0100 Subject: [PATCH] Use the local npm publish command --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a2708e7e8..4d9c779c30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,8 +89,7 @@ jobs: ./scripts/travis/e2e/process-services-cloud-e2e.sh - stage: Release on npm script: - - npm install @alfresco/adf-cli@alpha - - ./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)" + - ./lib/cli/dist/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)" before_deploy: