Commit 55ce0df0 authored by ioedeveloper's avatar ioedeveloper

Specify full path of shared folder

parent 42393185
......@@ -8,8 +8,10 @@ TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
echo 'sharing folder: apps/remix-ide/contracts' &
npm run remixd
echo 'sharing folder: ' &
echo $PWD &
echo '/apps/remix-ide/contracts' &
npm run remixd &
sleep 5
......
......@@ -8,8 +8,10 @@ TEST_EXITCODE=0
npm run ganache-cli &
npm run serve &
echo 'sharing folder: apps/remix-ide/contracts' &
npm run remixd
echo 'sharing folder: ' &
echo $PWD &
echo '/apps/remix-ide/contracts' &
npm run remixd &
sleep 5
......
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