chore: add ACS deployment check

This commit is contained in:
unknown
2026-07-27 16:01:18 +09:00
parent 05068877db
commit 7ff45fb4ec
2 changed files with 187 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "npm run test:node",
"test:node": "npm run build:server && node --test --test-isolation=none dist/server/**/*.test.js",
"deploy:check": "node scripts/deployment-check.mjs",
"db:check": "node scripts/check-db.mjs",
"minio:check": "node scripts/check-minio.mjs",
"dev": "tsx watch server/index.ts",