Add clear markers in build-output for each of the extension being built

This commit is contained in:
Kris De Volder
2016-11-17 09:58:12 -08:00
parent 9ac3285bdd
commit e243560731

View File

@@ -8,6 +8,14 @@ npm install
cd $base_dir
for i in vscode-* ; do
cd ${base_dir}/${i}
echo "***************************************************************************************"
echo "***************************************************************************************"
echo "***************************************************************************************"
echo "***** BUILDING: " $i
echo "***************************************************************************************"
echo "***************************************************************************************"
echo "***************************************************************************************"
npm install ../commons-vscode
npm install
npm run vsce-package