build: configure angular-cli projects to use yarn by default (#23149)
PR Close #23149
This commit is contained in:
parent
1aebee42eb
commit
bf88c5c9f8
|
@ -68,5 +68,6 @@
|
||||||
"build": {
|
"build": {
|
||||||
"namedChunks": true
|
"namedChunks": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn"
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,5 +56,6 @@
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"styleExt": "css",
|
"styleExt": "css",
|
||||||
"component": {}
|
"component": {}
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue