mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove cache lib/dist
This commit is contained in:
@@ -24,11 +24,11 @@ then
|
||||
|
||||
npm install
|
||||
|
||||
nx affected --exclude=cli --target=build --all
|
||||
nx affected --exclude=cli --target=build --all || exit 1;
|
||||
./scripts/build/build-cli.sh || exit 1;
|
||||
else
|
||||
echo "====== Update the package.json with latest JS-API/CLI deps ====="
|
||||
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
|
||||
npm install;
|
||||
nx affected --target=build --base=$BASE_HASH --head=$HEAD_HASH --exclude=cli --prod --with-deps
|
||||
nx affected --target=build --base=$BASE_HASH --head=$HEAD_HASH --exclude=cli --prod --with-deps || exit 1;
|
||||
fi;
|
||||
|
Reference in New Issue
Block a user