File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : npm ci
2828
29+ - name : Enable pnpm (for Smithery CLI fork)
30+ run : |
31+ corepack enable
32+ corepack prepare pnpm@10.27.0 --activate
33+
2934 - name : Use forked Smithery CLI (stdio prepack)
3035 run : npm install --no-save --no-package-lock @smithery/cli@github:cameroncooke/cli#stdio-prepack-hook
3136
Original file line number Diff line number Diff line change 4242 rm -rf node_modules package-lock.json
4343 npm install --ignore-scripts
4444
45+ - name : Enable pnpm (for Smithery CLI fork)
46+ run : |
47+ corepack enable
48+ corepack prepare pnpm@10.27.0 --activate
49+
4550 - name : Use forked Smithery CLI (stdio prepack)
4651 run : npm install --no-save --no-package-lock @smithery/cli@github:cameroncooke/cli#stdio-prepack-hook
4752
You can’t perform that action at this time.
0 commit comments