From 913084329999eda230be6028716e84fd8a129744 Mon Sep 17 00:00:00 2001 From: Dan Adajian Date: Thu, 7 Mar 2024 13:42:49 -0600 Subject: [PATCH] fix: add prepack script --- package.json | 1 + 1 file changed, 1 insertion(+) 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" }