Do not use -p for mkdir.

pull/7/head
chriseth 8 years ago
parent 32dad0c55a
commit 349ad7ce89
  1. 2
      package.json

@ -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",

Loading…
Cancel
Save