💄 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

@ -22,7 +22,7 @@
},
"scripts": {
"dev": "tsx ./src/main.ts",
"lint": "biome check ./src/**/*",
"lint": "biome ci ./src/**/*",
"build": "pkgroll"
},
"dependencies": {