Skip to content

Commit 143363c

Browse files
filipesilvamgechev
authored andcommitted
fix(@schematics/angular): remove ngcc postinstall hook
Partially addresses #16017
1 parent 88d4f09 commit 143363c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "ng build",
88
"test": "ng test",
99
"lint": "ng lint",
10-
"e2e": "ng e2e",
11-
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
10+
"e2e": "ng e2e"
1211
},
1312
"private": true,
1413
"dependencies": {

0 commit comments

Comments
 (0)