File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments