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 139a02f commit 487cd04Copy full SHA for 487cd04
package.json
@@ -29,7 +29,7 @@
29
"clean:mcpb": "npm run clean && rm -rf mcpb-contents/*",
30
"deps:mcpb": "cp manifest.json package.json package-lock.json mcpb-contents/ && cd mcpb-contents && npm ci --omit=dev && rm package-lock.json",
31
"package:mcpb": "npm run clean:mcpb && npm run build:esm:mcpb && npm run deps:mcpb && mcpb pack mcpb-contents genesys-cloud-mcp-server.mcpb",
32
- "lint:write": "biome check --write",
+ "lint:fix": "biome check --write",
33
"lint:check": "biome check",
34
"test": "npx vitest --config ./vitest.config.ts --project unit",
35
"test:evaluation": "npx vitest --config ./vitest.config.ts --project evaluation",
0 commit comments