Skip to content

Commit 940276f

Browse files
filipesilvavikerman
authored andcommitted
fix(@schematics/angular): update ngcc postinstall command
1 parent 2b22e73 commit 940276f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
11-
"postinstall": "ivy-ngcc --properties es2015 --create-ivy-entry-points"
11+
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
1212
},
1313
"private": true,
1414
"dependencies": {

0 commit comments

Comments
 (0)