mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Use npx instead of absolute adf-cli path (#5053)
(reverted from commit 140f60b8dc
)
This commit is contained in:
@@ -33,9 +33,9 @@ release() {
|
||||
git checkout development
|
||||
|
||||
if $GNU; then
|
||||
npx @alfresco/adf-cli update-version --pathPackage "$(pwd)" --version $VERSION
|
||||
./node_modules/@alfresco/adf-cli/bin/adf-cli update-version --pathPackage "$(pwd)" --version $VERSION
|
||||
else
|
||||
npx @alfresco/adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --skipGnu
|
||||
./node_modules/@alfresco/adf-cli/bin/adf-cli update-version --pathPackage "$(pwd)" --version $VERSION --skipGnu
|
||||
fi
|
||||
|
||||
git add .
|
||||
|
Reference in New Issue
Block a user