Skip to content

Commit

Permalink
fix(@schematics/angular): update ngcc postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and vikerman committed Oct 16, 2019
1 parent 2b22e73 commit 940276f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ivy-ngcc --properties es2015 --create-ivy-entry-points"
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 940276f

Please sign in to comment.