Commit 2929b70e authored by ioedeveloper's avatar ioedeveloper

Use npm run remixd command

parent fa578e73
......@@ -6,7 +6,7 @@ setupRemixd () {
cd apps/remix-ide/contracts
echo 'sharing folder: '
echo $PWD
npx nx serve remixd --folder=./ --remixide=http://127.0.0.1:8080 &
npm run remixd &
cd ../../..
}
......
......@@ -6,7 +6,7 @@ setupRemixd () {
cd apps/remix-ide/contracts
echo 'sharing folder: '
echo $PWD
npx nx serve remixd --folder=./ --remixide=http://127.0.0.1:8080 &
npm run remixd &
cd ../../..
}
......
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