Use the local npm publish command

This commit is contained in:
maurizio vitale 2019-08-20 21:45:04 +01:00
parent 1407bff208
commit 453461f8ca

View File

@ -89,8 +89,7 @@ jobs:
./scripts/travis/e2e/process-services-cloud-e2e.sh ./scripts/travis/e2e/process-services-cloud-e2e.sh
- stage: Release on npm - stage: Release on npm
script: script:
- npm install @alfresco/adf-cli@alpha - ./lib/cli/dist/bin/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)"
before_deploy: before_deploy: