Browse Source

chore: update ci:build script

pull/5301/head
mehmet-erim 6 years ago
parent
commit
7b24bf2cfc
  1. 2
      npm/ng-packs/package.json

2
npm/ng-packs/package.json

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

Loading…
Cancel
Save