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": {
|
||||
"namedChunks": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn"
|
||||
}
|
||||
|
|
|
@ -56,5 +56,6 @@
|
|||
"defaults": {
|
||||
"styleExt": "css",
|
||||
"component": {}
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue