Skip to content

Commit

Permalink
Merge pull request ethereum#1833 from ethereum/swap_it_style_fixes_l
Browse files Browse the repository at this point in the history
added a script to reinstall
  • Loading branch information
yann300 authored Apr 9, 2019
2 parents 16418c8 + b51f7dc commit 6efb3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 6efb3f1

Please sign in to comment.