chore(build): make update-angular script actually update angular

This commit is contained in:
Andrew
2015-03-30 12:12:13 -06:00
parent 4a5ec08fe5
commit d1be210f9f
2 changed files with 32 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ cd $(dirname $0)/../../
$(test -e $NG_FOLDER) || (git clone git@github.com:angular/angular $NG_FOLDER)
cd $NG_FOLDER
echo "Pulling from master.."
git pull origin master
echo "Running npm install in angular2..."
npm install