mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): make update-angular script actually update angular
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user