Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2611843003: DevTools: fix --debug-devtools flag for npm test (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/readme.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 6d3b5125dd956ac4a8ae23d1a07a0978d1733807..aba895be9d0338bd12ca5d31b091687058e09633 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -6,6 +6,7 @@
"chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
"server": "node scripts/hosted_mode/server.js",
"test": "node scripts/npm_test.js",
+ "debug-test": "node scripts/npm_test.js --debug-devtools",
"lint": "eslint front_end",
"format": "node scripts/format.js",
"closure": "python scripts/compile_frontend.py"
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/readme.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698