mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Update npm scripts for sauce labs
This commit is contained in:
parent
841cc05525
commit
cc072199a1
@ -12,10 +12,9 @@
|
|||||||
"postinstall": "npm run build",
|
"postinstall": "npm run build",
|
||||||
"build": "gulp build --production",
|
"build": "gulp build --production",
|
||||||
"start": "node server.js",
|
"start": "node server.js",
|
||||||
|
"test": "npm run sauce-test",
|
||||||
"test": "mocha",
|
"sauce-test": "mocha",
|
||||||
"tunnel": "node test/tunnel.js"
|
"tunnel": "node test/tunnel.js",
|
||||||
|
|
||||||
"vi-clean": "rm -rf gemini-report",
|
"vi-clean": "rm -rf gemini-report",
|
||||||
"vi-phantom": "phantomjs --webdriver=4444",
|
"vi-phantom": "phantomjs --webdriver=4444",
|
||||||
"vi-update": "gemini update",
|
"vi-update": "gemini update",
|
||||||
|
Loading…
Reference in New Issue
Block a user