Skip to content

Commit 9e0fde4

Browse files
committed
fix(jira): update build and inspector paths to use 'build' directory
1 parent 5674191 commit 9e0fde4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jira/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"scripts": {
1414
"build:tsc": "rollup -c",
1515
"build:bundle": "pnpm run build:tsc",
16-
"build": "pnpm run build:tsc && npm run build:bundle && chmod +x dist/index.js",
16+
"build": "pnpm run build:tsc && npm run build:bundle && chmod +x build/index.js",
1717
"prepare": "pnpm run build",
1818
"watch": "tsc --watch",
19-
"inspector": "npx @modelcontextprotocol/inspector dist/index.js"
19+
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
2020
},
2121
"dependencies": {
2222
"@mcp-devtools/http-client": "workspace:*",

0 commit comments

Comments
 (0)