1
0

feat: 添加 clean 脚本清理构建过程文件

This commit is contained in:
2026-05-09 15:29:52 +08:00
parent f723ecb1b5
commit 9267f6585c
2 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
"verify": "bun run check && bun run build && bun run test:smoke",
"test": "bun test",
"test:smoke": "bun run scripts/smoke.ts",
"clean": "bun run scripts/clean.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {