Skip to content

Commit ab6e1c0

Browse files
committed
chore: update .dxtignore and package.json for improved build process
1 parent c667437 commit ab6e1c0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.dxtignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
.vscode/
33
.claude/
44
*mock-client*
5-
Dockerfile
5+
.claude/
6+
Dockerfile
7+
coverage/*
8+
test*
9+
scripts/*
10+
.github/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:types": "tsc -p tsconfig.declaration.json",
2222
"build:permissions": "chmod +x ./index.js && (chmod +x ./mock-client/*.js 2>/dev/null || true)",
2323
"build-dtx": "run-s build build-dtx:*",
24-
"build-dtx:dtx-pack": "dtx-pack ./build/index.js",
24+
"build-dtx:dtx-pack": "npx dxt pack ./",
2525
"clean": "./scripts/clean.sh",
2626
"debug-stdio": "node --experimental-strip-types ./mock-client/debug-client.ts",
2727
"debug-sdk": "node --experimental-strip-types ./mock-client/stdio-client.ts",

0 commit comments

Comments
 (0)