Unverified Commit 6efb3f12 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1833 from ethereum/swap_it_style_fixes_l

added a script to reinstall
parents 16418c8a b51f7dc5
......@@ -184,6 +184,7 @@
"start": "npm-run-all -lpr serve watch onchange remixd",
"test": "csslint && standard && node test/index.js",
"test-browser": "npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest",
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc"
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc",
"reinstall": "rm ./node-modules/ -rf; rm package-lock.json; rm ./build/ -rf; npm install; npm run build"
}
}
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