We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b80a76 commit e047ae2Copy full SHA for e047ae2
package.json
@@ -11,7 +11,7 @@
11
"lint": "eslint src test",
12
"build:umd": "webpack --mode development ./src/index.js --output ./dist/axios-mock-adapter.js",
13
"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"
+ "prepublish": "npm run clean && npm run build:umd && npm run build:umd:min"
15
},
16
"files": [
17
"src",
0 commit comments