build: configure angular-cli projects to use yarn by default (#23149)

PR Close #23149
This commit is contained in:
Igor Minar 2018-04-03 11:29:15 -07:00
parent 1aebee42eb
commit bf88c5c9f8
2 changed files with 4 additions and 2 deletions

View File

@ -68,5 +68,6 @@
"build": {
"namedChunks": true
}
}
},
"packageManager": "yarn"
}

View File

@ -56,5 +56,6 @@
"defaults": {
"styleExt": "css",
"component": {}
}
},
"packageManager": "yarn"
}