| 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 aba895be9d0338bd12ca5d31b091687058e09633..1ca4a06fbc3fe1e93f8d2fd0dc83a68d2e6f6129 100644
|
| --- a/third_party/WebKit/Source/devtools/package.json
|
| +++ b/third_party/WebKit/Source/devtools/package.json
|
| @@ -9,7 +9,8 @@
|
| "debug-test": "node scripts/npm_test.js --debug-devtools",
|
| "lint": "eslint front_end",
|
| "format": "node scripts/format.js",
|
| - "closure": "python scripts/compile_frontend.py"
|
| + "closure": "python scripts/compile_frontend.py",
|
| + "setup-dtrun": "cd scripts/devtools_run && npm link"
|
| },
|
| "repository": {
|
| "type": "git",
|
|
|