Skip to content

Commit 413d5b1

Browse files
Steven PehSteven Peh
authored andcommitted
remove semgrep for now as github workflow CI doesn't have it
1 parent 5acfff6 commit 413d5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"dev": "BANKING_API_TOKEN=mcp-service-token-demo-123 tsx src/cli.ts --specs ./examples/specs --config ./examples/mcp-config.json --prompts ./examples/prompts --verbose",
1212
"dev:clean": "tsx src/cli.ts",
13-
"build": "tsc && semgrep scan",
13+
"build": "tsc",
1414
"start": "node dist/cli.js",
1515
"start:http": "node dist/cli.js --http --port 4000",
1616
"cli": "tsx src/cli.ts",

0 commit comments

Comments
 (0)