Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: add bundle size config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Apr 8, 2020
1 parent eb56186 commit 1fef7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
bundlesize: { maxSize: '12kB' }
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- stage: check
script:
- npx aegir commitlint --travis
- npx aegir build --bundlesize
- npx aegir dep-check
- npm run lint

Expand Down

0 comments on commit 1fef7be

Please sign in to comment.