Skip to content

Commit

Permalink
build(.circle): fixing bundlesize step (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 10, 2020
1 parent d711b96 commit 56f890d
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
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
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

## [10.0.0][] - 2020-07-18

### Updated
Expand Down Expand Up @@ -451,7 +455,5 @@ So that, the new flow will be:
[8.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v8.0.0
[unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v9.0.0


[Unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v10.0.0...HEAD
[10.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v10.0.0
[unreleased]: https://github.com/willmendesneto/ngx-feature-toggle/compare/v10.0.0...HEAD
[10.0.0]: https://github.com/willmendesneto/ngx-feature-toggle/tree/v10.0.0

0 comments on commit 56f890d

Please sign in to comment.