From e047ae253476ee0c304accaad613fee41e0006e8 Mon Sep 17 00:00:00 2001 From: Colin Timmermans Date: Sun, 22 Mar 2020 23:20:51 +0100 Subject: [PATCH] Don't run bundle size test in prepublish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe519aa..dd54804 100644 --- a/package.json +++ b/package.json @@ -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",