Skip to content

Commit 4ab1f41

Browse files
committed
chore: release script fixes
1 parent b5f9b82 commit 4ab1f41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
},
7171
"hooks": {
7272
"before:init": [
73-
"npm run format",
74-
"npm test",
75-
"npm run build"
73+
"bun run lint",
74+
"bun run test",
75+
"bun run build"
7676
],
7777
"after:bump": [
7878
"sh scripts/bump.sh"

0 commit comments

Comments
 (0)