[fix] fix format script
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
"build:turbo": "npx turbo build",
|
"build:turbo": "npx turbo build",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"format": "npx biome format && npx autocorrect --fix",
|
"format": "npx biome format --write . && npx autocorrect --fix",
|
||||||
"lint": "npx biome lint",
|
"lint": "npx biome lint",
|
||||||
"lint:fix": "npx biome lint --fix",
|
"lint:fix": "npx biome lint --fix",
|
||||||
"lint:fix:unsafe": "npx biome lint --fix --unsafe",
|
"lint:fix:unsafe": "npx biome lint --fix --unsafe",
|
||||||
|
|||||||
Reference in New Issue
Block a user