remove cache lib/dist

This commit is contained in:
Eugenio Romano
2020-07-13 17:42:09 +01:00
parent 1be59630c8
commit 270020f561
2 changed files with 2 additions and 3 deletions

View File

@@ -145,4 +145,3 @@ cache:
directories: directories:
- node_modules - node_modules
- tmp - tmp
- lib/dist

View File

@@ -24,11 +24,11 @@ then
npm install 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; ./scripts/build/build-cli.sh || exit 1;
else else
echo "====== Update the package.json with latest JS-API/CLI deps =====" echo "====== Update the package.json with latest JS-API/CLI deps ====="
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)" npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
npm install; 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; fi;