fix remixd start

pull/1/head
yann300 7 years ago
parent 87a44dd619
commit 42a4c4f93a
  1. 2
      ci/browser_tests.sh

@ -7,7 +7,7 @@ setupRemixd () {
cd contracts
echo 'sharing folder: '
echo $PWD
node ../node_modules/remixd/src/main.js -s $PWD &
./node_modules/remixd/bin/remixd -s $PWD &
cd ..
}

Loading…
Cancel
Save