link remix update

pull/3094/head
yann300 7 years ago committed by GitHub
parent de0795a5f6
commit c7bb04b685
  1. 5
      package.json

@ -140,7 +140,10 @@
}, },
"scripts": { "scripts": {
"pullremix": "mkdir remix; git clone https://github.com/ethereum/remix; cd ..", "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", "build": "browserify src/index.js -o build/app.js",
"browsertest": "sleep 5 && npm run nightwatch_local", "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/", "csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/",

Loading…
Cancel
Save