Skip to content

Commit

Permalink
More npm → bun
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 9, 2024
1 parent ee5fb25 commit 62d42b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/knip/.release-it.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"hooks": {
"before:init": [
"npm run lint",
"npm run build",
"npm run knip",
"npm run knip:production",
"npm test"
"bun run lint",
"bun run build",
"bun run knip",
"bun run knip:production",
"bun run test"
],
"after:bump": ["git add ../../package-lock.json"]
},
Expand Down

0 comments on commit 62d42b0

Please sign in to comment.