npm selenium command, use bash

On Windows this seems to complain unless bash is specified

Change-Id: I4515c851ffea143d4c1c6d111ffdd64b62f9f304
This commit is contained in:
addshore 2018-06-07 17:15:30 +01:00 committed by Addshore
parent cfd5a649bd
commit 0f472c4bc1

View file

@ -5,7 +5,7 @@
"qunit": "grunt qunit",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck",
"selenium": "./tests/selenium/selenium.sh",
"selenium": "bash ./tests/selenium/selenium.sh",
"selenium-test": "wdio ./tests/selenium/wdio.conf.js"
},
"devDependencies": {