| 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" |
| } |
| } |