diff --git a/package.json b/package.json index 2914c8b..b6c7298 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "format-check": "prettier --check .", "integration": "bun run build && graphql-codegen && ./gradlew compileKotlin", "lint": "eslint .", + "prepack": "bun run build", "prepare": "husky", "test": "bun test" }