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 5674191 commit 9e0fde4Copy full SHA for 9e0fde4
packages/jira/package.json
@@ -13,10 +13,10 @@
13
"scripts": {
14
"build:tsc": "rollup -c",
15
"build:bundle": "pnpm run build:tsc",
16
- "build": "pnpm run build:tsc && npm run build:bundle && chmod +x dist/index.js",
+ "build": "pnpm run build:tsc && npm run build:bundle && chmod +x build/index.js",
17
"prepare": "pnpm run build",
18
"watch": "tsc --watch",
19
- "inspector": "npx @modelcontextprotocol/inspector dist/index.js"
+ "inspector": "npx @modelcontextprotocol/inspector build/index.js"
20
},
21
"dependencies": {
22
"@mcp-devtools/http-client": "workspace:*",
0 commit comments