fix script for preparing contracts package

(cherry picked from commit eaee98f227)
This commit is contained in:
Francisco Giordano
2019-10-28 18:30:44 -03:00
parent 875f179fab
commit ab4d43ce14
2 changed files with 3 additions and 2 deletions

View File

@ -9,4 +9,5 @@ if [[ ! -v ALREADY_COMPILED ]]; then
fi
cp README.md contracts/
cp -Tr build/contracts contracts/build
mkdir contracts/build contracts/build/contracts
cp -r build/contracts/*.json contracts/build/contracts