From 018e380cc4a1da23ede6b2bacf94ff63333b3909 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Wed, 22 Sep 2021 12:32:03 -0400 Subject: [PATCH] remove prepack --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c2b4a7a..903ecb1 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "clean": "rm -rf dist", "build": "tsc", "watch": "tsc --watch", - "test": "./test.sh", - "prepack": "yarn run build" + "test": "./test.sh" }, "peerDependencies": { "shelljs": "^0.8.4"