chore: code refine
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -43,4 +43,4 @@ jobs:
|
||||
- name: Analyze unused files and dependencies
|
||||
run: |
|
||||
set -o pipefail
|
||||
pnpm knip
|
||||
pnpm knip:check
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint:check": "eslint ./src",
|
||||
"format:check": "prettier --check .",
|
||||
"lint:check": "eslint ./src",
|
||||
"knip:check": "knip",
|
||||
"type:generate": "./generate-types.sh"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user