We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d3b70 commit 6e12d3cCopy full SHA for 6e12d3c
.github/workflows/release.yml
@@ -51,6 +51,9 @@ jobs:
51
run: git push --follow-tags origin main
52
# Ensure this pushes to the correct branch (e.g., main)
53
54
+ - name: Build package
55
+ run: npm run build
56
+
57
- name: Publish to npm
58
run: npm publish --access public
59
env:
package.json
@@ -8,9 +8,9 @@
8
"mcp-server-azure-devops": "./bin/mcp-server-azure-devops.js"
9
},
10
"files": [
11
- "dist",
12
- "bin",
13
- "docs",
+ "dist/",
+ "bin/",
+ "docs/",
14
"LICENSE",
15
"README.md"
16
],
0 commit comments