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 91c396e commit 8e7c881Copy full SHA for 8e7c881
.github/workflows/release.yml
@@ -43,8 +43,8 @@ jobs:
43
package-manager-cache: true # caches pnpm via packageManager field in package.json
44
- name: install
45
run: pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
46
- - name: publint
47
- run: pnpm check:publint
+ - name: build
+ run: pnpm run --filter ./packages/mcp-stdio/ build
48
49
- name: Create Release Pull Request or Publish to npm
50
id: changesets
0 commit comments