Skip to content

Commit

Permalink
chore: try npx
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Dec 15, 2024
1 parent 696549a commit 90422fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
"typecheck",
"unocss"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "tsup --format esm --clean --dts",
"stub": "tsup --format esm",
"dev": "bunx @eslint/config-inspector --config eslint.config.js",
"build:inspector": "bun run build && bun @eslint/config-inspector build",
"build:inspector": "bun run build && npx @eslint/config-inspector build",
"watch": "tsup --format esm --watch",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
Expand Down

0 comments on commit 90422fe

Please sign in to comment.