Commit c6a3c29e by Manuel Aráoz Committed by GitHub

Merge pull request #272 from rstormsf/Removal-of-install-script

Removes install script
parents 710f77df 80d052d4
......@@ -6,7 +6,6 @@
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"install": "scripts/install.sh",
"coverage": "scripts/coverage.sh",
"coveralls": "scripts/coveralls.sh"
},
......
#! /bin/bash
mkdir -p ../../contracts/zeppelin && cp -r contracts/* "$_"
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