fix: add lint script to package.json for code quality checks
All checks were successful
Code quality checks / biome (push) Successful in 8s
All checks were successful
Code quality checks / biome (push) Successful in 8s
This commit is contained in:
parent
e8e924b595
commit
ea119e5ffa
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bunx --bun vite",
|
||||
"lint": "bunx biome check --fix --unsafe",
|
||||
"build": "bunx --bun tsc -b && bunx --bun vite build",
|
||||
"preview": "bunx --bun vite preview"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue