Skip to content

Commit 9130843

Browse files
committed
fix: add prepack script
1 parent 9c91a56 commit 9130843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"format-check": "prettier --check .",
4242
"integration": "bun run build && graphql-codegen && ./gradlew compileKotlin",
4343
"lint": "eslint .",
44+
"prepack": "bun run build",
4445
"prepare": "husky",
4546
"test": "bun test"
4647
}

0 commit comments

Comments
 (0)