summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index be3a6e4c9f6..0a217b74748 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,8 @@
"prettier-all": "node ./scripts/frontend/prettier.js check-all",
"prettier-all-save": "node ./scripts/frontend/prettier.js save-all",
"webpack": "webpack --config config/webpack.config.js",
- "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
+ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js",
+ "gitlab-selenium-server": "gitlab-selenium-server"
},
"dependencies": {
"@gitlab-org/gitlab-svgs": "^1.23.0",
@@ -53,6 +54,7 @@
"exports-loader": "^0.7.0",
"file-loader": "^1.1.11",
"fuzzaldrin-plus": "^0.5.0",
+ "gitlab-selenium-server": "https://gitlab.com/gitlab-org/gitlab-selenium-server.git",
"glob": "^7.1.2",
"imports-loader": "^0.8.0",
"jed": "^1.1.1",