Merge pull request #272 from rstormsf/Removal-of-install-script
Removes install script
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
"scripts": {
|
||||
"test": "scripts/test.sh",
|
||||
"console": "truffle console",
|
||||
"install": "scripts/install.sh",
|
||||
"coverage": "scripts/coverage.sh",
|
||||
"coveralls": "scripts/coveralls.sh"
|
||||
},
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
mkdir -p ../../contracts/zeppelin && cp -r contracts/* "$_"
|
||||
Reference in New Issue
Block a user