mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
restore commented out scripts
This commit is contained in:
@@ -17,7 +17,7 @@ then
|
|||||||
then
|
then
|
||||||
NEXT_VERSION=-nextbeta
|
NEXT_VERSION=-nextbeta
|
||||||
fi
|
fi
|
||||||
#./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
node ./scripts/pre-publish.js
|
node ./scripts/pre-publish.js
|
||||||
@@ -27,7 +27,7 @@ then
|
|||||||
./scripts/npm-build-all.sh || exit 1;
|
./scripts/npm-build-all.sh || exit 1;
|
||||||
else
|
else
|
||||||
npm install;
|
npm install;
|
||||||
# npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
|
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
|
||||||
|
|
||||||
./scripts/smart-build.sh -gnu || exit 1;
|
./scripts/smart-build.sh -gnu || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
Reference in New Issue
Block a user