Skip to content

Commit 6222dd0

Browse files
committed
chore: use bunx
1 parent 978e1d4 commit 6222dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
],
4242
"scripts": {
4343
"build": "bun --bun build.ts",
44-
"lint": "eslint .",
45-
"lint:fix": "eslint . --fix",
44+
"lint": "bunx eslint .",
45+
"lint:fix": "bunx eslint . --fix",
4646
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
4747
"commit": "git cz",
4848
"changelog": "bunx changelogen --output CHANGELOG.md",

0 commit comments

Comments
 (0)