Skip to content

Commit

Permalink
build(frontend): remove npm postinstall hook (ngcc)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingfishflash committed May 6, 2023
1 parent 731e51b commit 0787d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "standard-version",
"postinstall": "ngcc --tsconfig ./src/tsconfig.app.json --tsconfig ./tsconfig.spec.json"
"release": "standard-version"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 0787d26

Please sign in to comment.