[update] update the scripts

This commit is contained in:
PrinOrange
2024-08-16 18:25:39 +08:00
parent 76c0e27269
commit 1c03d4ab75

View File

@@ -17,8 +17,10 @@
"build:turbo": "npx turbo build",
"build": "next build",
"start": "next start",
"format": "npx biome format --write . && npx autocorrect --fix",
"lint:fix": "npx biome check --fix",
"format": "npx biome format && npx autocorrect --fix",
"lint": "npx biome lint",
"lint:fix": "npx biome lint --fix",
"lint:fix:unsafe": "npx biome lint --fix --unsafe",
"newpost": "bun ./scripts/newpost.ts",
"archive": "bun ./scripts/archive.ts"
},