Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
migrate workspace for @angular/core@9.0.0-beta
Browse files Browse the repository at this point in the history
NGCC postinstall migration. Adds an ngcc invocation to npm/yarn's postinstall script. Read more about this here: https://v9.angular.io/guide/migration-ngcc
  • Loading branch information
cexbrayat authored and jnizet committed Nov 22, 2019
1 parent 9e44a48 commit a369f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -11,7 +11,7 @@
"codecov": "codecov",
"lint": "ng lint > tslint-result.txt",
"e2e": "ng e2e",
"postinstall": "echo 'Replacing moment.js by empty file since it is optional and not used'; echo '' > node_modules/moment/moment.js"
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points && echo 'Replacing moment.js by empty file since it is optional and not used'; echo '' > node_modules/moment/moment.js"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit a369f0a

Please sign in to comment.