Skip to content

Commit bb16ccc

Browse files
committed
fix: pnpm versions and package.json
1 parent 23ddaf9 commit bb16ccc

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10
21+
version: 10.17.1
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10
21+
version: 10.17.1
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
package-manager-cache: true # caches pnpm via packageManager field in package.json
4444
- name: install
4545
run: pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
46+
- name: build
47+
run: pnpm run --filter ./packages/mcp-stdio/ build
4648
- name: publint
4749
run: pnpm check:publint
4850

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10
21+
version: 10.17.1
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "npm run test:unit -- --run",
1616
"test:watch": "npm run test:unit -- --watch",
1717
"inspect": "pnpm mcp-inspector",
18-
"release": "pnpm run --filter ./packages/mcp-stdio/ build && changeset publish"
18+
"release": "changeset publish"
1919
},
2020
"keywords": [
2121
"svelte",

0 commit comments

Comments
 (0)