diff --git a/package.json b/package.json index bac3b5e..7160e7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hemilabs/react-hooks", - "version": "1.0.1", + "version": "1.0.2", "description": "Set of reusable hooks for Hemilabs apps with React and Typescript", "keywords": [ "hemilabs", @@ -34,6 +34,7 @@ "lint": "eslint --cache .", "lint:fix": "eslint --cache . --fix", "prepare": "husky", + "prepublishOnly": "npm run build", "tsc": "tsc" }, "devDependencies": {