Skip to content

Commit 33140c2

Browse files
committed
add validation step for build-dtx
1 parent 1cce0b3 commit 33140c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +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:validate": "npx dxt validate ./",
2425
"build-dtx:dtx-pack": "npx dxt pack ./",
2526
"clean": "./scripts/clean.sh",
2627
"debug-stdio": "node --experimental-strip-types ./mock-client/debug-client.ts",

0 commit comments

Comments
 (0)