mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Max cache for manual build-all script
This commit is contained in:
@@ -18,6 +18,6 @@ do
|
|||||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||||
echo "====== build components : ${PACKAGE} ====="
|
echo "====== build components : ${PACKAGE} ====="
|
||||||
cd "$DESTDIR"
|
cd "$DESTDIR"
|
||||||
npm install
|
npm install --cache-min 9999999
|
||||||
npm run build
|
npm run build
|
||||||
done
|
done
|
Reference in New Issue
Block a user