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 angular#16017
  • Loading branch information
filipesilva committed Nov 11, 2019
1 parent 7d1247b commit 962d506
Showing 1 changed file with 1 addition and 2 deletions.
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 962d506

Please sign in to comment.