|
@@ -6,7 +6,7 @@
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "lint": "pnpm eslint **/*.{js,ts}",
|
|
|
|
|
|
|
+ "lint": "biome check",
|
|
|
"gen:client-code": "orval",
|
|
"gen:client-code": "orval",
|
|
|
"dev": "pnpm gen:client-code && tsc -p tsconfig.json",
|
|
"dev": "pnpm gen:client-code && tsc -p tsconfig.json",
|
|
|
"build": "pnpm gen:client-code && tsc -p tsconfig.json"
|
|
"build": "pnpm gen:client-code && tsc -p tsconfig.json"
|