Skip to content

Commit

Permalink
fix(build): Remove ngcc as it is not needed after angular 17 (#790)
Browse files Browse the repository at this point in the history
* fix(build): Remove ngcc as it is not needed after angular 17

* fix(build): remove decorate-angular.cli.js as it is not needed after angular 17
  • Loading branch information
SanderBreivik authored Oct 26, 2024
1 parent 98192e5 commit 37c0c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
afterInstall: yarn ngcc && node ./decorate-angular-cli.js && yarn husky install
afterInstall: yarn husky install

nodeLinker: node-modules

Expand Down

0 comments on commit 37c0c92

Please sign in to comment.