Skip to content

Commit e047ae2

Browse files
committed
Don't run bundle size test in prepublish
1 parent 9b80a76 commit e047ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "eslint src test",
1212
"build:umd": "webpack --mode development ./src/index.js --output ./dist/axios-mock-adapter.js",
1313
"build:umd:min": "webpack --mode production ./src/index.js --output ./dist/axios-mock-adapter.min.js",
14-
"prepublish": "npm run clean && npm run build:umd && npm run build:umd:min && npm run test:bundlesize"
14+
"prepublish": "npm run clean && npm run build:umd && npm run build:umd:min"
1515
},
1616
"files": [
1717
"src",

0 commit comments

Comments
 (0)