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