From 11e1bd7a59d9bff68e562f85d9d7c6747839dedf Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Tue, 20 Aug 2019 22:18:46 +0100 Subject: [PATCH] Change cli dist --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 916f4073a3..903d946ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,7 +89,7 @@ jobs: ./scripts/travis/e2e/process-services-cloud-e2e.sh - stage: Release on npm script: - - ./lib/cli/dist/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)" + - ./lib/dist/cli/bin/adf-cli npm-publish --npmRegistry $NPM_REGISTRY_ADDRESS --tokenRegistry $NPM_REGISTRY_TOKEN --tag $TAG_NPM --pathProject "$(pwd)" before_deploy: