Skip to content

Commit

Permalink
Merge pull request #19 from willmendesneto/willmendesneto/fix-circlec…
Browse files Browse the repository at this point in the history
…i-step-in-pipeline

build(.circle): fixing bundlesize step
  • Loading branch information
willmendesneto committed Oct 10, 2020
2 parents 6399813 + 6231bed commit 8150867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- run:
name: Checking bundle size
command: |
sudo NG_CLI_ANALYTICS="false" npm rebuild
sudo npm run build:pkg
sudo npm run bundlesize
# end_to_end:
Expand Down
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

### Fixed

- Fixing bundle size command on CircleCI pipeline

## [9.1.0][] - 2020-07-17

### Added
Expand Down Expand Up @@ -86,7 +90,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[9.0.0]: https://github.com/willmendesneto/ngx-scroll-lock/tree/v9.0.0
[unreleased]: https://github.com/willmendesneto/ngx-scroll-lock/compare/v9.0.2...HEAD
[9.0.2]: https://github.com/willmendesneto/ngx-scroll-lock/tree/v9.0.2


[Unreleased]: https://github.com/willmendesneto/ngx-scroll-lock/compare/v9.1.0...HEAD
[9.1.0]: https://github.com/willmendesneto/ngx-scroll-lock/tree/v9.1.0
[unreleased]: https://github.com/willmendesneto/ngx-scroll-lock/compare/v9.1.0...HEAD
[9.1.0]: https://github.com/willmendesneto/ngx-scroll-lock/tree/v9.1.0

0 comments on commit 8150867

Please sign in to comment.