parent
7c9b411777
commit
4d506acba0
|
@ -55,6 +55,9 @@ if [[ ${TRAVIS} &&
|
|||
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
|
||||
travisFoldStart "yarn-install.aio"
|
||||
(
|
||||
# HACK (don't submit with this): Build Angular
|
||||
./build.sh
|
||||
|
||||
cd ${PROJECT_ROOT}/aio
|
||||
yarn install --frozen-lockfile --non-interactive
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue