Skip to content

Commit 38d736a

Browse files
authored
build: fix npm start (#1980)
1 parent f1afe84 commit 38d736a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"check-format": "eslint --cache . && prettier --check --cache .;",
1919
"gen": "npm run build && npm run docs:generate && npm run cli:generate && npm run update-metrics && npm run format",
2020
"docs:generate": "node --experimental-strip-types scripts/generate-docs.ts",
21-
"start": "npm run build && node build/src/index.js",
22-
"start-debug": "DEBUG=mcp:* DEBUG_COLORS=false npm run build && node build/src/index.js",
21+
"start": "npm run build && node build/src/bin/chrome-devtools-mcp.js",
22+
"start-debug": "DEBUG=mcp:* DEBUG_COLORS=false npm run build && node build/src/bin/chrome-devtools-mcp.js",
2323
"test": "npm run build && node scripts/test.mjs",
2424
"test:no-build": "node scripts/test.mjs",
2525
"test:only": "npm run build && node scripts/test.mjs --test-only",

0 commit comments

Comments
 (0)