fix clean scripts demo folders

This commit is contained in:
Eugenio Romano
2017-06-29 15:09:27 +01:00
parent 5e7e43f18a
commit 24b1e0fe51
4 changed files with 5 additions and 19 deletions
@@ -114,10 +114,5 @@
"name": "Eugenio Romano", "name": "Eugenio Romano",
"email": "eugenio.romano@alfresco.com" "email": "eugenio.romano@alfresco.com"
} }
], ]
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
}
} }
@@ -108,10 +108,5 @@
"keywords": [ "keywords": [
"angular2", "angular2",
"typescript" "typescript"
], ]
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
}
} }
@@ -108,10 +108,5 @@
"name": "Vito Albano", "name": "Vito Albano",
"email": "vito.albano@alfresco.com" "email": "vito.albano@alfresco.com"
} }
], ]
"path": "assets/license_header.txt",
"blocking": true,
"logInfo": false,
"logError": true
}
} }
+2 -1
View File
@@ -39,11 +39,12 @@ while [[ $1 == -* ]]; do
esac esac
done done
npm install rimraf
for PACKAGE in ${projects[@]} for PACKAGE in ${projects[@]}
do do
echo "====== clean component: ${PACKAGE} =====" echo "====== clean component: ${PACKAGE} ====="
cd "$DIR/../ng2-components/${PACKAGE}" cd "$DIR/../ng2-components/${PACKAGE}"
npm install rimraf
npm run clean npm run clean
if $EXEC_CLEAN_DEMO == true; then if $EXEC_CLEAN_DEMO == true; then