Commit 8b8cacdf authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #109 from ethereum/fixbuildwindows

Do not use -p for mkdir.
parents 32dad0c5 349ad7ce
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"start_node": "./runNode.sh", "start_node": "./runNode.sh",
"start_eth": "eth -j --rpccorsdomain '*'", "start_eth": "eth -j --rpccorsdomain '*'",
"start_geth": "geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'", "start_geth": "geth --rpc --rpcapi 'web3,eth,debug' --rpcport 8545 --rpccorsdomain '*'",
"build": "mkdir -p build; browserify src/index.js -g yo-yoify -o build/app.js", "build": "mkdir build; browserify src/index.js -g yo-yoify -o build/app.js",
"test": "standard && tape ./test/tests.js", "test": "standard && tape ./test/tests.js",
"serve": "http-server .", "serve": "http-server .",
"nightwatch_local": "nightwatch --config nightwatch.js --env local", "nightwatch_local": "nightwatch --config nightwatch.js --env local",
......
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