Skip to content

Commit 57bea64

Browse files
committed
🧹 chore: simplify biome commands in package.json
1 parent 08aa54f commit 57bea64

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
"docker:dev": "NODE_VERSION=$(cat .nvmrc | tr -d 'v') docker compose --profile dev up",
1616
"docker:prod": "NODE_VERSION=$(cat .nvmrc | tr -d 'v') docker compose --profile prod up -d",
1717
"docker:stop": "docker compose down",
18-
"lint": "biome lint .",
19-
"lint:fix": "biome lint --fix .",
20-
"format": "biome format --write .",
21-
"check": "biome check .",
22-
"check:fix": "biome check --write .",
18+
"check": "biome check --write .",
2319
"typecheck": "tsc --noEmit",
2420
"test": "tsx --test '**/*.test.ts'",
2521
"test:ci": "NODE_ENV=test node --test dist/**/*.test.js",

0 commit comments

Comments
 (0)