Skip to content

Commit 8e7c881

Browse files
committed
fix: just build we can figure out later if we want to avoid it
1 parent 91c396e commit 8e7c881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +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: publint
47-
run: pnpm check:publint
46+
- name: build
47+
run: pnpm run --filter ./packages/mcp-stdio/ build
4848

4949
- name: Create Release Pull Request or Publish to npm
5050
id: changesets

0 commit comments

Comments
 (0)