Merge pull request #48 from sc-forks/yarn-compatibility

Change testrpc path for yarn compatibility
pull/50/head
c-g-e-w-e-k-e- 8 years ago committed by GitHub
commit 4345900d49
  1. 2
      bin/exec.js

@ -147,7 +147,7 @@ try {
if (!config.norpc) {
const defaultRpcOptions = `--gasLimit ${gasLimitString} --accounts ${accounts} --port ${port}`;
const testrpcOptions = config.testrpcOptions || defaultRpcOptions;
const command = './node_modules/.bin/testrpc-sc ';
const command = './node_modules/ethereumjs-testrpc-sc/bin/testrpc ';
testrpcProcess = childprocess.exec(command + testrpcOptions, null, err => {
if (err) cleanUp('testRpc errored after launching as a childprocess.');

Loading…
Cancel
Save