[MNT-21595] Content - Expose a group service for content (#5833)

* Expose a group service for content

* Use nx command and remove smart-build
This commit is contained in:
Maurizio Vitale
2020-07-13 12:22:54 +01:00
committed by GitHub
parent 179ce2e8eb
commit 42d88fdaa9
8 changed files with 85 additions and 94 deletions

View File

@@ -29,9 +29,6 @@ else
echo "====== Update the package.json with latest ADW deps ====="
npx @alfresco/adf-cli@alpha update-version --alpha --pathPackage "$(pwd)"
npm install;
./scripts/smart-build.sh -gnu || exit 1;
fi;
echo "====== Build Demo shell for production ====="
npm run build:prod || exit 1;
nx affected --target=build --base=$BASE_HASH --head=$HEAD_HASH --exclude=cli --prod --with-deps