mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(ng-schematics): release version 0.5.0 (#10768)
This commit is contained in:
parent
078e3aa5b0
commit
42fdd0a733
@ -32,7 +32,7 @@ const commands = {
|
||||
],
|
||||
createMultiProjects: [
|
||||
{
|
||||
command: 'ng generate application core --style=css --routing=false',
|
||||
command: 'ng generate application core --style=css --routing=true',
|
||||
options: {
|
||||
cwd: join(cwd(), '/multi/'),
|
||||
},
|
||||
|
@ -10,7 +10,8 @@
|
||||
},
|
||||
"packages/testserver": {},
|
||||
"packages/ng-schematics": {
|
||||
"release-as": "0.4.0"
|
||||
"bump-minor-pre-major": true,
|
||||
"separate-pull-requests": true
|
||||
},
|
||||
"packages/browsers": {}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user