From 0f472c4bc1c266f3ca542ebadc83bbab419629d0 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 7 Jun 2018 17:15:30 +0100 Subject: [PATCH] npm selenium command, use bash On Windows this seems to complain unless bash is specified Change-Id: I4515c851ffea143d4c1c6d111ffdd64b62f9f304 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d425dd62e..36328e0a85 100644 --- a/package.json +++ b/package.json @@ -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": { -- 2.20.1