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": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"deploy": "node deploy.js",
"start": "mocha" "start": "mocha"
}, },
"author": "", "author": "",

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