We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c91a56 commit 9130843Copy full SHA for 9130843
package.json
@@ -41,6 +41,7 @@
41
"format-check": "prettier --check .",
42
"integration": "bun run build && graphql-codegen && ./gradlew compileKotlin",
43
"lint": "eslint .",
44
+ "prepack": "bun run build",
45
"prepare": "husky",
46
"test": "bun test"
47
}
0 commit comments