Revert "fix(ci): 修复 CI/CD 工作流问题"

This reverts commit 1df53323d0.
This commit is contained in:
Ubuntu
2026-05-21 19:52:44 +08:00
parent 7cd99876d7
commit 179a3d31f4
4 changed files with 65 additions and 61 deletions
-9
View File
@@ -20,15 +20,6 @@
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,yml,yaml,css}": [
"prettier --write"
]
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",