Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 96e7d44

Browse files
amysortoSplaktar
authored andcommitted
fix: add postinstall script back to make component examples work
1 parent fb497c5 commit 96e7d44

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
@@ -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)