feat: operationalize frontend incident runbooks

This commit is contained in:
donghyeon-ka
2026-07-25 21:30:40 +09:00
parent 15ddb8d474
commit 75c3f5b08c
10 changed files with 538 additions and 1 deletions
+3 -1
View File
@@ -36,7 +36,9 @@
"verify:hosting-headers": "node scripts/verify-hosting-headers.mjs",
"check:bundle": "node scripts/generate-supply-chain.mjs && node scripts/check-bundle.mjs",
"test:performance": "node scripts/test-performance.mjs",
"collect:web-vitals-evidence": "node scripts/collect-web-vitals-evidence.mjs"
"collect:web-vitals-evidence": "node scripts/collect-web-vitals-evidence.mjs",
"drill:runbook": "node scripts/drill-runbook.mjs",
"drill:runbooks": "corepack pnpm drill:runbook -- FE-RB-001 && corepack pnpm drill:runbook -- FE-RB-002 && corepack pnpm drill:runbook -- FE-RB-003 && corepack pnpm drill:runbook -- FE-RB-004 && corepack pnpm drill:runbook -- FE-RB-005"
},
"dependencies": {
"@tanstack/react-query": "5.101.4",