|
|
|
@ -19,7 +19,7 @@ |
|
|
|
"prepare:workspace": "yarn scripts:build --noInstall", |
|
|
|
"ci": "yarn ng lint && yarn prepare:workspace && yarn ci:test && yarn ci:build", |
|
|
|
"ci:test": "ng test --coverage=false --silent", |
|
|
|
"ci:build": "cd scripts && yarn build:prod", |
|
|
|
"ci:build": "cd scripts && yarn install && yarn build:prod", |
|
|
|
"lerna": "lerna", |
|
|
|
"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" |
|
|
|
|