Skip to content

Commit 42a2be2

Browse files
committed
chore: ngcc on root
1 parent 5bfafd1 commit 42a2be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn",
88
"clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
9-
"postinstall": "husky install",
9+
"postinstall": "husky install && ngcc --properties es2015 browser module main",
1010
"nx": "nx",
1111
"start": "nx serve",
1212
"build": "nx build",

0 commit comments

Comments
 (0)