Commit 47026d1d authored by Grandschtroumpf's avatar Grandschtroumpf Committed by yann300

update test scripts to make it work on Windows

parent 5a518572
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
"serve_debugger": "execr --silent http-server src/app/debugger/remix-debugger", "serve_debugger": "execr --silent http-server src/app/debugger/remix-debugger",
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js", "sourcemap": "exorcist --root ../ build/app.js.map > build/app.js",
"start": "npm-run-all -lpr serve watch onchange remixd", "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", "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" "watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment