Skip to content

Commit a3dee13

Browse files
committed
ci: add build step before npm publish
1 parent c3f4aca commit a3dee13

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/cruel-pugs-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@mcp-tool-kit/shared': patch
3+
---
4+
5+
ci: add build step before npm publish

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Install Package
4242
run: pnpm install
4343

44+
- name: Build Package
45+
run: pnpm run build
46+
4447
- name: Publish NPM Package
4548
run: |
4649
cd packages/$PACKAGE_NAME

0 commit comments

Comments
 (0)