Skip to content

Commit

Permalink
fix(core): build optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Nov 29, 2019
1 parent 7600a7d commit fef77e5
Show file tree
Hide file tree
Showing 107 changed files with 531 additions and 245 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install: yarn --offline
script:
- lerna run lint
- lerna run test
- yarn run build-all
sudo: false
deploy:
-
Expand Down
22 changes: 11 additions & 11 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "ng-packagr -p package.json",
"storybook": "start-storybook -p 9005 -c .storybook -s ./.storybook/assets",
"demo:build": "build-storybook -o demo/bundle",
"demo:build": "build-storybook -o demo/bundle --quiet",
"clean": "rm -rf dist demo/bundle"
},
"repository": {
Expand Down Expand Up @@ -52,25 +52,25 @@
"devDependencies": {
"@angular-devkit/build-angular": "0.8.9",
"@angular-devkit/core": "0.8.9",
"@angular/animations": "6.1.0",
"@angular/common": "6.1.0",
"@angular/compiler": "6.1.0",
"@angular/compiler-cli": "6.1.0",
"@angular/core": "6.1.0",
"@angular/forms": "6.1.0",
"@angular/platform-browser": "6.1.0",
"@angular/platform-browser-dynamic": "6.1.0",
"@angular/animations": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular/forms": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@babel/core": "7.3.4",
"@storybook/addon-options": "5.0.11",
"@storybook/angular": "5.0.11",
"@types/node": "12.11.7",
"babel-loader": "8.0.5",
"core-js": "3.0.0",
"d3": "4.11.0",
"ng-packagr": "4.7.1",
"ng-packagr": "5.7.1",
"rxjs": "6.3.3",
"tslint": "5.14.0",
"typescript": "3.6.4",
"typescript": "3.2.2",
"zone.js": "0.8.29"
},
"ngPackage": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"tslint": "5.8.0",
"tslint-loader": "3.5.3",
"typedoc": "0.11.1",
"typescript": "3.6.4",
"typescript": "3.2.2",
"url-loader": "0.6.2",
"webpack": "4.41.0",
"webpack-cli": "3.3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "yarn run storybook",
"build": "bash build.sh",
"storybook": "start-storybook -p 9006 -c .storybook -s ./assets",
"demo:build": "build-storybook -o demo/bundle",
"demo:build": "build-storybook -o demo/bundle --quiet",
"clean": "rm -rf dist demo/bundle"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "bash build.sh",
"lint": "vue-cli-service lint ./src/index.js",
"storybook": "start-storybook -p 6006",
"demo:build": "build-storybook -o demo/bundle",
"demo:build": "build-storybook -o demo/bundle --quiet",
"ci-check": "yarn format:diff",
"format": "prettier --write \"**/*.{scss,css,js,md,vue}\"",
"format:diff": "prettier --list-different \"**/*.{scss,css,js,md,vue}\"",
Expand Down
2 changes: 0 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ else
# authenticate with the npm registry
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN -q

yarn run build-all

node scripts/clean-package-jsons.js

lerna publish from-git --yes --force-publish --contents dist
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/@angular-common-6.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/@angular-core-6.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/@angular-forms-6.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/ansi-align-2.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/anymatch-3.1.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/autoprefixer-9.7.2.tgz
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/boxen-1.3.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/boxen-3.2.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/browserslist-4.7.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/chokidar-3.3.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/ci-info-2.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/cli-boxes-2.2.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/commander-3.0.2.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/configstore-3.1.2.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/configstore-4.0.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/fsevents-2.1.2.tgz
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/glob-parent-5.1.0.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/got-6.7.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/got-9.6.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/has-yarn-2.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/is-ci-2.0.0.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/is-npm-1.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/is-npm-3.0.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/jasmine-diff-0.1.3.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/keyv-3.1.0.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/latest-version-3.1.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/ng-packagr-4.7.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/ng-packagr-5.7.1.tgz
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/normalize-url-4.5.0.tgz
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/p-cancelable-1.1.0.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/package-json-4.0.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/package-json-6.5.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/parse-json-5.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/path-type-2.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/picomatch-2.1.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/postcss-7.0.23.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/read-pkg-2.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/read-pkg-5.2.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/read-pkg-up-2.0.0.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/read-pkg-up-4.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/read-pkg-up-5.0.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/readdirp-3.2.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/registry-url-3.1.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/registry-url-5.1.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/rimraf-3.0.0.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/rollup-0.67.4.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/rollup-1.25.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/sass-1.23.7.tgz
Binary file not shown.
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/tsickle-0.30.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/type-fest-0.3.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/type-fest-0.6.0.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/typescript-3.2.2.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/typescript-3.6.4.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/unzip-response-2.0.1.tgz
Binary file not shown.
Binary file removed yarn-offline-mirror-cache/update-notifier-2.5.0.tgz
Binary file not shown.
Binary file not shown.
Binary file added yarn-offline-mirror-cache/yargs-9.0.1.tgz
Binary file not shown.
Binary file added yarn-offline-mirror-cache/yargs-parser-7.0.0.tgz
Binary file not shown.
Loading

0 comments on commit fef77e5

Please sign in to comment.