Skip to content

Commit

Permalink
Merge ba44041 into 04f002e
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed May 16, 2019
2 parents 04f002e + ba44041 commit c12b107
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -28,3 +28,5 @@ script:
- npm run build
- COVERAGE=true npm run test
- ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info;

after_success: sizereport --config
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -129,6 +129,7 @@
"prop-types": "^15.7.2",
"sinon": "^6.1.3",
"sinon-chai": "^3.0.0",
"travis-size-report": "^1.0.1",
"typescript": "^3.0.1",
"webpack": "^4.3.0"
},
Expand Down
5 changes: 5 additions & 0 deletions sizereport.config.js
@@ -0,0 +1,5 @@
module.exports = {
repo: 'developit/preact',
path: ['./{compat,debug,hooks,}/dist/**/!(*.js.map)'],
branch: 'master'
};

0 comments on commit c12b107

Please sign in to comment.