Skip to content

Commit

Permalink
update the release command
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 3, 2020
1 parent b8418e6 commit 3f49a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/release/release-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit 3f49a96

Please sign in to comment.