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. 16, 2018, 8:41 a.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
« no previous file with comments | « automation/target/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..e9a492224cd0c5d2fb2aab2a87439a950b3e4591 100644
--- a/package.json
+++ b/package.json
@@ -20,13 +20,16 @@
"jimp": "^0.3.11",
"ncp": "^2.0.0",
"mocha": "^5.2.0",
- "selenium-webdriver": "^3.6.0"
+ "mv": "^2.1.1",
+ "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",
+ "publish": "node automation/publish.js"
}
}
« no previous file with comments | « automation/target/gecko.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld