Skip to content

Commit

Permalink
chore: release script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jun 30, 2024
1 parent b5f9b82 commit 4ab1f41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
},
"hooks": {
"before:init": [
"npm run format",
"npm test",
"npm run build"
"bun run lint",
"bun run test",
"bun run build"
],
"after:bump": [
"sh scripts/bump.sh"
Expand Down

0 comments on commit 4ab1f41

Please sign in to comment.