We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af731 commit dfd2797Copy full SHA for dfd2797
2 files changed
.github/workflows/ci.yml
@@ -26,6 +26,11 @@ jobs:
26
- name: Install dependencies
27
run: npm ci
28
29
+ - name: Enable pnpm (for Smithery CLI fork)
30
+ run: |
31
+ corepack enable
32
+ corepack prepare pnpm@10.27.0 --activate
33
+
34
- name: Use forked Smithery CLI (stdio prepack)
35
run: npm install --no-save --no-package-lock @smithery/cli@github:cameroncooke/cli#stdio-prepack-hook
36
.github/workflows/release.yml
@@ -42,6 +42,11 @@ jobs:
42
rm -rf node_modules package-lock.json
43
npm install --ignore-scripts
44
45
46
47
48
49
50
51
52
0 commit comments