Skip to content

Commit

Permalink
Don't run bundle size test in prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
ctimmerm committed Mar 22, 2020
1 parent 9b80a76 commit e047ae2
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 @@ -11,7 +11,7 @@
"lint": "eslint src test",
"build:umd": "webpack --mode development ./src/index.js --output ./dist/axios-mock-adapter.js",
"build:umd:min": "webpack --mode production ./src/index.js --output ./dist/axios-mock-adapter.min.js",
"prepublish": "npm run clean && npm run build:umd && npm run build:umd:min && npm run test:bundlesize"
"prepublish": "npm run clean && npm run build:umd && npm run build:umd:min"
},
"files": [
"src",
Expand Down

0 comments on commit e047ae2

Please # to comment.