[fix] fix format script

This commit is contained in:
PrinOrange
2024-08-16 19:34:00 +08:00
parent 1c03d4ab75
commit 4ab8561f83

View File

@@ -17,7 +17,7 @@
"build:turbo": "npx turbo build",
"build": "next build",
"start": "next start",
"format": "npx biome format && npx autocorrect --fix",
"format": "npx biome format --write . && npx autocorrect --fix",
"lint": "npx biome lint",
"lint:fix": "npx biome lint --fix",
"lint:fix:unsafe": "npx biome lint --fix --unsafe",