Skip to content

Commit

Permalink
link remix update
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Jan 22, 2018
1 parent afee874 commit bc33efe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@
},
"scripts": {
"pullremix": "mkdir remix; git clone https://github.com/ethereum/remix; cd ..",
"linkremix": "npm-link-local ./remix/remix-lib && npm-link-local ./remix/remix-core && npm-link-local ./remix/remix-solidity && npm-link-local ./remix/remix-debugger",
"linkremixcore": "rm -rf remix-core && ln -s ../remix/remi-core remix-core",
"linkremixlib": "rm -rf remix-lib && ln -s ../remix/remi-lib remix-lib",
"linkremixsolidity": "rm -rf remix-solidity && ln -s ../remix/remi-solidity remix-solidity",
"linkremixdebugger": "rm -rf remix-debugger && ln -s ../remix/remi-debugger remix-debugger",
"build": "browserify src/index.js -o build/app.js",
"browsertest": "sleep 5 && npm run nightwatch_local",
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/",
Expand Down

0 comments on commit bc33efe

Please sign in to comment.