diff --git a/package.json b/package.json index 02f0f28..abe8157 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepack": "bob build", + "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn install && yarn example pods",