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 1cce0b3 commit 33140c2Copy full SHA for 33140c2
package.json
@@ -21,6 +21,7 @@
21
"build:types": "tsc -p tsconfig.declaration.json",
22
"build:permissions": "chmod +x ./index.js && (chmod +x ./mock-client/*.js 2>/dev/null || true)",
23
"build-dtx": "run-s build build-dtx:*",
24
+ "build-dtx:validate": "npx dxt validate ./",
25
"build-dtx:dtx-pack": "npx dxt pack ./",
26
"clean": "./scripts/clean.sh",
27
"debug-stdio": "node --experimental-strip-types ./mock-client/debug-client.ts",
0 commit comments