Commit 80d052d4 by RStorm

Fixes #253

parent 710f77df
...@@ -6,7 +6,6 @@ ...@@ -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"
}, },
......
#! /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