Commit 349ad7ce authored by chriseth's avatar chriseth

Do not use -p for mkdir.

parent 32dad0c5
......@@ -32,7 +32,7 @@
"start_node": "./runNode.sh",
"start_eth": "eth -j --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",
"serve": "http-server .",
"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