update test scripts to make it work on Windows

pull/1/head
Grandschtroumpf 6 years ago committed by yann300
parent 5a518572e3
commit 47026d1d92
  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