Skip to content

Commit

Permalink
fix(build): add ngcc postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 committed Apr 2, 2021
1 parent bb3d1fa commit 31acff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test-ci": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"postinstall": "ngcc"
},
"private": false,
"dependencies": {
Expand Down

0 comments on commit 31acff1

Please sign in to comment.