From 5e9055f867c84ec4d47477767b7421c441d92494 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 14 Nov 2024 10:15:58 +0100 Subject: [PATCH] Remove setup-dtrun MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It does not appear to be doing anything anymore. Removed in https://crrev.com/c/3344910. Bug: none Change-Id: Id650c3a726eb1504bf20ee814bde543cb7dd3de2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6023015 Reviewed-by: Simon Zünd Auto-Submit: Alex Rudenko Commit-Queue: Simon Zünd --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4d822c97c69..73530cefa68 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "lint": "vpython3 third_party/node/node.py --output scripts/test/run_lint_check.js", "prebuild": "gn gen out/Default", "rdb": "rdb stream -new -realm chrome:public --", - "setup-dtrun": "cd scripts/devtools_run && npm link", "start": "node -e 'console.log(`This script has been removed in favor of --custom-devtools-frontend. For more information, see https://docs.google.com/document/d/1COgCBWWuTh2o-Zbp6h_z0h0LtlJaimaEDsION4RZPxc/edit?usp=sharing`);'", "stylelint-test": "vpython3 third_party/node/node.py --output ./node_modules/.bin/mocha \"./scripts/stylelint_rules/tests/*_test.js\"", "webtest": "vpython3 third_party/node/node.py --output scripts/npm_test.js",