update test scripts to make it work on Windows

pull/3094/head
Grandschtroumpf 6 years ago committed by yann300
parent 2b6a24d6ef
commit cc8746584d
  1. 2
      package.json

@ -181,7 +181,7 @@
"serve_debugger": "execr --silent http-server src/app/debugger/remix-debugger",
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js",
"start": "npm-run-all -lpr serve watch onchange remixd",
"test": "npm run csslint; standard && node test/index.js",
"test": "csslint && standard && node test/index.js",
"test-browser": "npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest",
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc"
}

Loading…
Cancel
Save