Skip to content

Commit

Permalink
Add bundlesize to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 8, 2019
1 parent cc52265 commit 94f559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Customizable dropdown select for react",
"main": "dist/react-dropdown-select.js",
"scripts": {
"test": "bundlesize && jest",
"test": "jest --bail && npm run prepublishOnly && bundlesize",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"build": "webpack",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 94f559b

Please sign in to comment.