diff --git a/package.json b/package.json index 82bf3ce5..41083e1c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build": "tsc", "lint": "eslint . && tsc --noEmit", "lint:fix": "eslint . --fix", - "prepare": "husky" + "prepare": "husky && rm -rf lib & npm run build" }, "engines": { "node": ">=16.0.0",