Removed obsole e2e deploy scripts (#104)

This commit is contained in:
Przemyslaw Rzad 2019-06-14 14:48:52 +02:00 committed by GitHub
parent 3be812d55f
commit ca1cf80615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

@ -4,7 +4,6 @@
"description": "",
"main": "index.js",
"scripts": {
"deploy": "node deploy.js",
"start": "mocha"
},
"author": "",

@ -6,7 +6,5 @@
"devDependencies": {
"selenium-webdriver": "3.6.0"
},
"scripts": {
"deploy": "node ./scripts/deploy.js"
}
"scripts": {}
}