Skip to content

Commit b69d379

Browse files
committed
Update validate
1 parent 54acd16 commit b69d379

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version-file: ".nvmrc"
5151
- run: npm install
52-
- run: dxt validate manifest.json
52+
- run: npm run validate:dxt
5353
- run: npm run package:dxt
5454
- run: npm run test
5555

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"build:esm": "tsc -p tsconfig.build.json",
2525
"build:esm:dxt": "tsc -p tsconfig.build-dxt.json",
2626
"build": "npm run clean && npm run build:esm && chmod +x dist/cli.js",
27+
"validate:dxt": "dxt validate manifest.json",
2728
"clean:dxt": "npm run clean && rm -rf dxt-contents/*",
2829
"deps:dxt": "cp manifest.json package.json package-lock.json dxt-contents/ && cd dxt-contents && npm ci --omit=dev && rm package-lock.json",
2930
"package:dxt": "npm run clean:dxt && npm run build:esm:dxt && npm run deps:dxt && dxt pack dxt-contents genesys-cloud-mcp-server.dxt",

0 commit comments

Comments
 (0)