chore: run lint with bunx
This commit is contained in:
parent
e44450e334
commit
c853c81171
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fmt": "vp fmt",
|
"fmt": "vp fmt",
|
||||||
"lint": "vp lint",
|
"lint": "bunx --bun vp lint",
|
||||||
"dev": "NODE_ENV=development bunx --bun vite",
|
"dev": "NODE_ENV=development bunx --bun vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"start": "bun run .output/server/index.mjs",
|
"start": "bun run .output/server/index.mjs",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue