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