Skip to content

Commit

Permalink
fix(@schematics/angular): remove ngcc postinstall hook
Browse files Browse the repository at this point in the history
Partially addresses #16017
  • Loading branch information
filipesilva authored and mgechev committed Nov 11, 2019
1 parent 88d4f09 commit 143363c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 143363c

Please sign in to comment.