We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978e1d4 commit 6222dd0Copy full SHA for 6222dd0
package.json
@@ -41,8 +41,8 @@
41
],
42
"scripts": {
43
"build": "bun --bun build.ts",
44
- "lint": "eslint .",
45
- "lint:fix": "eslint . --fix",
+ "lint": "bunx eslint .",
+ "lint:fix": "bunx eslint . --fix",
46
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
47
"commit": "git cz",
48
"changelog": "bunx changelogen --output CHANGELOG.md",
0 commit comments