Skip to content

Commit ca6b98e

Browse files
committed
fix(package.json): removed alias for CI workflow
1 parent e347eef commit ca6b98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "bunx tsup && bun run ./scripts/build-library.ts",
2222
"format": "bunx prettier --write .",
2323
"lint": "bunx eslint .",
24-
"prepare": "bunx husky"
24+
"prepare": "husky"
2525
},
2626
"lint-staged": {
2727
"*.{ts,json,jsonc,md}": [

0 commit comments

Comments
 (0)