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"