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 c718603 commit 037e4a0Copy full SHA for 037e4a0
.husky/pre-commit
@@ -2,4 +2,6 @@ bun run sort-package-json
2
bun run lint
3
4
# TODO: setup tests, including /example ones
5
-# bun run test
+# bun run test
6
+
7
+git add .
package.json
@@ -26,6 +26,9 @@
26
"types": "lib/index.d.ts",
27
"scripts": {
28
"build": "tsc --noEmit false",
29
+ "bump:major": "npm version major",
30
+ "bump:minor": "npm version minor",
31
+ "bump:patch": "npm version patch",
32
"clean": "rm -rf android/build node_modules/**/android/build lib",
33
"postinstall": "bun run build || exit 0;",
34
"lint": "eslint .",
0 commit comments