fix(ci): add wrangler to tier2 devDependencies

tier2 deploy failed with ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL
because cypher-executor / registry / builtins package.json
didn't list wrangler; local dev worked via global install only.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 21:05:55 +08:00
parent 2bfe16ba61
commit 200a8e14dc
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250219.0",
"typescript": "^5.7.0"
"typescript": "^5.7.0",
"wrangler": "^4.0.0"
}
}