Skip to content

Commit c919115

Browse files
committed
fix(package): added ngcc script
1 parent 3175ffa commit c919115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"test": "jest",
1919
"lint": "ng lint",
2020
"e2e": "ng e2e",
21+
"postinstall": "ngcc",
2122
"release": "release-it",
2223
"test:watch": "jest --watch",
2324
"compile:server_bak": "webpack --config webpack.server.config.js --progress --colors",

0 commit comments

Comments
 (0)