diff --git a/scripts/npm-build-all.sh b/scripts/npm-build-all.sh index a53091a2d4..538c056cfe 100755 --- a/scripts/npm-build-all.sh +++ b/scripts/npm-build-all.sh @@ -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 \ No newline at end of file +done