Commit 2929b70e authored by ioedeveloper's avatar ioedeveloper

Use npm run remixd command

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