Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29901591: Issue 7020 - publish gecko with Node.js (Closed) Base URL: https://gitlab.com/eyeo/adblockplus/adblockpluschrome/tree/6323e74d580026e3bd1e8e631fcddaf0bbaa34df
Patch Set: Created Oct. 4, 2018, 3:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« automation/builds/gecko.js ('K') | « automation/builds/gecko.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 7345402f94c487857a3fabf9392104ed25bd8848..7c262855f7359857d37de00886c1cb38824829e9 100644
--- a/package.json
+++ b/package.json
@@ -20,13 +20,15 @@
"jimp": "^0.3.11",
"ncp": "^2.0.0",
"mocha": "^5.2.0",
- "selenium-webdriver": "^3.6.0"
+ "selenium-webdriver": "^3.6.0",
+ "sign-addon": "^0.3.1"
},
"scripts": {
"pretest": "bash -c \"python ensure_dependencies.py\"",
- "lint": "eslint *.js lib/ qunit/ ext/ test/",
+ "lint": "eslint *.js lib/ qunit/ ext/ test/ automation/",
"test-only": "mocha",
"test": "npm run test-only --",
- "posttest": "npm run lint"
+ "posttest": "npm run lint",
+ "build": "node automation/build.js"
}
}
« automation/builds/gecko.js ('K') | « automation/builds/gecko.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld