build: update compile:ivy script

pull/4474/head
Arman Ozak 5 years ago
parent f94706612c
commit 57f01eea1e

@ -19,7 +19,7 @@
"ci:test": "ng test --coverage=false",
"ci:build": "cd scripts && yarn build:prod",
"lerna": "lerna",
"compile:ivy": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.prod.json'",
"compile:ivy": "yarn ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --tsconfig './tsconfig.prod.json' --source node_modules --async false",
"postinstall": "npm run compile:ivy"
},
"devDependencies": {

Loading…
Cancel
Save