diff --git a/package.json b/package.json index fe6b2cf95..d6afa790c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "picker" ], "scripts": { - "prepublish": "rm -rf android/build Example/android/build Example/android/app/build node_modules" + "prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules" }, "types": "./index.d.ts" }