mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
ci: add --silent
to yarn install (#1258)
At the moment, the integration tests CI tasks is full of install logs which are noisy and hide "more" import logs
This commit is contained in:
parent
a459146c68
commit
544e5c4345
@ -36,7 +36,7 @@ for testDir in $(ls | grep -v node_modules) ; do
|
||||
cd $testDir
|
||||
rm -rf dist
|
||||
|
||||
yarn install --cache-folder ../$cache
|
||||
yarn install --cache-folder ../$cache --silent
|
||||
yarn test || exit 1
|
||||
|
||||
# remove the temporary node modules directory to keep the source folder clean.
|
||||
|
Loading…
x
Reference in New Issue
Block a user