Skip to content

Commit f4e7fa8

Browse files
committed
fix(@angular/cli): add @angular/ssr as part of the ng update packageGroup
This ensures that when the CLI is updates so is `@angular/ssr`
1 parent a23a1ac commit f4e7fa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"migrations": "@schematics/angular/migrations/migration-collection.json",
4646
"packageGroup": {
4747
"@angular/cli": "0.0.0-PLACEHOLDER",
48+
"@angular/ssr": "0.0.0-PLACEHOLDER",
4849
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
4950
"@angular-devkit/build-angular": "0.0.0-PLACEHOLDER",
5051
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",

0 commit comments

Comments
 (0)