npm selenium command, use bash
On Windows this seems to complain unless bash is specified Change-Id: I4515c851ffea143d4c1c6d111ffdd64b62f9f304
This commit is contained in:
parent
cfd5a649bd
commit
0f472c4bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue