fix(ci) missing package.json for shell-mcp-tool (#10135)

## Summary
This _should_ be the final place to fix.
This commit is contained in:
Dylan Hurd
2026-01-28 22:58:55 -07:00
committed by GitHub
parent be33de3f87
commit b4b4763009

View File

@@ -445,6 +445,9 @@ jobs:
id-token: write
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: