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