💄 use biome ci instead of biome check

This commit is contained in:
Rose 2024-04-19 00:34:15 -04:00
parent 7fb49dfdef
commit e8c00ccfbb
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
"typescript": "5.4.5"
},
"scripts": {
"lint": "biome check ./src/**/*",
"lint": "biome ci ./src/**/*",
"build": "pkgroll",
"drizzle": "drizzle-kit generate:pg"
},