💄 use biome ci instead of biome check
This commit is contained in:
parent
7fb49dfdef
commit
e8c00ccfbb
4 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx ./src/main.ts",
|
"dev": "tsx ./src/main.ts",
|
||||||
"lint": "biome check ./src/**/*",
|
"lint": "biome ci ./src/**/*",
|
||||||
"build": "pkgroll"
|
"build": "pkgroll"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx ./src/main.ts",
|
"dev": "tsx ./src/main.ts",
|
||||||
"lint": "biome check ./src/**/*",
|
"lint": "biome ci ./src/**/*",
|
||||||
"build": "pkgroll"
|
"build": "pkgroll"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx ./src/main.ts",
|
"dev": "tsx ./src/main.ts",
|
||||||
"lint": "biome check ./src/**/*",
|
"lint": "biome ci ./src/**/*",
|
||||||
"build": "pkgroll"
|
"build": "pkgroll"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
"typescript": "5.4.5"
|
"typescript": "5.4.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "biome check ./src/**/*",
|
"lint": "biome ci ./src/**/*",
|
||||||
"build": "pkgroll",
|
"build": "pkgroll",
|
||||||
"drizzle": "drizzle-kit generate:pg"
|
"drizzle": "drizzle-kit generate:pg"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue