1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-23 01:36:28 +02:00

Rename sauce tunnelling command to sauce-tunnel for less ambiguity

This commit is contained in:
Brett Sun 2016-05-31 16:02:28 +02:00
parent a8ac9f2777
commit d2a17839ee
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"test": "npm run sauce-test",
"sauce-test": "mocha ./test/integration/tests/",
"tunnel": "node ./test/integration/tunnel.js",
"sauce-tunnel": "node ./test/integration/tunnel.js",
"vi-clean": "rm -rf ./gemini-report",
"vi-phantom": "phantomjs --webdriver=4444",

View File

@ -4,7 +4,7 @@ information from your SauceLabs account](#how-to-set-up-your-env-config-file).
```bash
$ npm install
$ npm run tunnel
$ npm run sauce-tunnel
$ npm test && git commit
```