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