eba87b9ea9
- check-release.sh: 5 處 $VAR( → ${VAR}(,修 set -u unbound var crash
(全形括號 U+FF09 緊貼變數名被 bash 併入變數名 → 非零退出 → 誤判 git 未同步擋 deploy)
- cypher-executor/ + auth_static_key/ pnpm-workspace.yaml: allowBuilds 改真布林
(原 'set this to true or false' 範本 → pnpm install 拒絕 → deploy 掛)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
116 B
YAML
9 lines
116 B
YAML
allowBuilds:
|
|
esbuild: true
|
|
sharp: true
|
|
workerd: true
|
|
onlyBuiltDependencies:
|
|
- esbuild
|
|
- sharp
|
|
- workerd
|