This commit is contained in:
RStorm
2017-06-21 17:34:43 -07:00
parent 710f77dfe1
commit 80d052d43f
2 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@
"scripts": { "scripts": {
"test": "scripts/test.sh", "test": "scripts/test.sh",
"console": "truffle console", "console": "truffle console",
"install": "scripts/install.sh",
"coverage": "scripts/coverage.sh", "coverage": "scripts/coverage.sh",
"coveralls": "scripts/coveralls.sh" "coveralls": "scripts/coveralls.sh"
}, },

View File

@ -1,3 +0,0 @@
#! /bin/bash
mkdir -p ../../contracts/zeppelin && cp -r contracts/* "$_"