diff --git a/package.json b/package.json index 97db489..d116afe 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "webpack --config ./build_config/main.js", "build-all": "npm run build && npm run build-dist-min && npm run build-examples", "test": "karma start", - "test:e2e": "node ./selenium-download.js && ./node_modules/nightwatch/bin/nightwatch" + "test:e2e": "node ./selenium-download.js && node ./node_modules/nightwatch/bin/nightwatch" }, "repository": { "type": "git",