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

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

Issue 2278803004: DevTools: Add scripts for buildbot to use node.js/npm (Closed)
Patch Set: rename folder Created 4 years, 4 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/scripts/buildbot/node.py » ('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 3acfd7ffad28f6893df03191074ee006b5d22441..02b0b2639bbe82abe6065100bb651c20f843ec89 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -3,7 +3,8 @@
"description": "Chrome DevTools UI",
"scripts": {
"server": "node scripts/hosted_mode/server.js",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintignore front_end"
dgozman 2016/08/30 20:29:15 What is this line about? Looks unrelated.
chenwilliam 2016/08/30 22:49:13 This creates a new npm script so if someone runs "
},
"repository": {
"type": "git",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/scripts/buildbot/node.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698