mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
install globally pkg pre build
This commit is contained in:
@@ -99,13 +99,13 @@ cd "$DIR/../ng2-components/"
|
|||||||
|
|
||||||
if $EXEC_CLEAN == true; then
|
if $EXEC_CLEAN == true; then
|
||||||
echo "====== Clean ng2-components ====="
|
echo "====== Clean ng2-components ====="
|
||||||
npm install rimraf
|
npm install rimraf -g
|
||||||
npm run clean
|
npm run clean
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $EXEC_INSTALL == true; then
|
if $EXEC_INSTALL == true; then
|
||||||
echo "====== Regenerate global ng2-components package.json ====="
|
echo "====== Regenerate global ng2-components package.json ====="
|
||||||
npm install package-json-merge
|
npm install package-json-merge -g
|
||||||
npm run pkg-build
|
npm run pkg-build
|
||||||
echo "====== Install ng2-components dependencies ====="
|
echo "====== Install ng2-components dependencies ====="
|
||||||
npm install
|
npm install
|
||||||
|
Reference in New Issue
Block a user