Skip to content

Commit

Permalink
fix remixd start
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Mar 19, 2018
1 parent 87a44dd commit 42a4c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/browser_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
}

Expand Down

0 comments on commit 42a4c4f

Please sign in to comment.