From 3b26ae74a0a47d54c8f6fc5c9dfc1aab659bb99b Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Wed, 22 Jan 2020 20:31:07 -0800 Subject: [PATCH] fix: prepublishOnly ran in the wrong order --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index d9850afefd..975073c664 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "wcoverage": "cross-env COVERAGE=true BROWSER=webkit npm run unit", "tsc": "tsc -p .", "clean": "rimraf lib", - "prepublishOnly": "npm run clean", "build": "node utils/runWebpack.js --mode='development' && tsc -p .", "watch": "node utils/runWebpack.js --mode='development' --watch --silent | tsc -w -p .", "apply-next-version": "node utils/apply_next_version.js",