Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit e9f581f

Browse files
committed
build: add postinstall script
NGCC doesn't support symlinks
1 parent c2e9686 commit e9f581f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"lib:test": "gulp test",
2525
"lib:test:ssr": "gulp test:ssr",
2626
"universal:build": "gulp ci:prerender",
27-
"universal:serve": "gulp universal:serve"
27+
"universal:serve": "gulp universal:serve",
28+
"postinstall": "ngcc --properties es2015 browser module main --create-ivy-entry-points"
2829
},
2930
"version": "8.0.0-beta.27",
3031
"requiredAngularVersion": ">=9.0.0-rc.2",

0 commit comments

Comments
 (0)