Skip to content

Commit 2996086

Browse files
amysortoSplaktar
authored andcommittedJun 30, 2021
fix: add postinstall script back to make component examples work
1 parent 641005e commit 2996086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎material.angular.io/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"build:sm": "ng build --configuration production --source-map",
2020
"prod-build": "ng build --configuration production",
2121
"preinstall": "node ./tools/npm/check-npm.js",
22+
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
2223
"publish-prod": "bash ./tools/deploy.sh stable prod",
2324
"publish-dev": "bash ./tools/deploy.sh",
2425
"publish-beta": "bash ./tools/deploy.sh stable beta",

0 commit comments

Comments
 (0)
Please sign in to comment.