mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
have it pull the latest
This commit is contained in:
@@ -20,6 +20,7 @@ steps:
|
|||||||
git config user.name "Ken Chau"
|
git config user.name "Ken Chau"
|
||||||
git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git
|
git remote set-url origin https://kenotron:$(git.pat)@github.com/Microsoft/frontend-bootcamp.git
|
||||||
git checkout master
|
git checkout master
|
||||||
|
git pull
|
||||||
npm install
|
npm install
|
||||||
git checkout -b build_$(Build.BuildId)
|
git checkout -b build_$(Build.BuildId)
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user