Unverified Commit 28f21234 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1477 from ethereum/yann300-patch-23

Update package.json
parents 2f5256f8 dbd5e519
......@@ -144,7 +144,7 @@
"remix-ide": "./bin/remix-ide"
},
"scripts": {
"setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity;",
"setupremix": "npm run pullremix && npm run linkremixlib && npm run linkremixsolidity;",
"pullremix": "git clone https://github.com/ethereum/remix",
"linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../remix/remix-lib remix-lib && cd ..",
"linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../remix/remix-solidity remix-solidity && 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