refactor: remove legacy dev cd scripts

This commit is contained in:
Codex
2026-05-26 05:31:57 +08:00
parent f3191736fa
commit e6ac2898fe
32 changed files with 56 additions and 11242 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"hwlab-cli": "./bin/hwlab-cli.mjs"
},
"scripts": {
"check": "node --check bin/hwlab-cli.mjs && node --check lib/cli.mjs && node --check lib/cicd-jobs.mjs && node --check lib/cicd-job-worker.mjs && node --test lib/cli.test.mjs && node ../../scripts/l6-cli-web-smoke.mjs",
"check": "node --check bin/hwlab-cli.mjs && node --check lib/cli.mjs && node --test lib/cli.test.mjs && node ../../scripts/l6-cli-web-smoke.mjs",
"health": "node bin/hwlab-cli.mjs health"
}
}