Skip to content

Commit

Permalink
Merge pull request #33 from ryoppippi/feature/add-bunpare
Browse files Browse the repository at this point in the history
feat: use `bunpare` for prepre script
  • Loading branch information
ryoppippi authored Aug 5, 2024
2 parents 974d8e7 + 4cc8b71 commit 2b04fa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"release": "nr test && nr typecheck && nlx bumpp && npm publish",
"lint": "eslint --cache .",
"format": "nr lint --fix",
"prepare": "git config diff.lockb.textconv bun && git config diff.lockb.binary true"
"prepare": "nlx bunpare"
},
"peerDependencies": {
"oxc-transform": "^0.23.0",
Expand Down

0 comments on commit 2b04fa5

Please sign in to comment.