Commit eaee98f2 by Francisco Giordano

fix script for preparing contracts package

parent 4757f1c1
......@@ -4,7 +4,7 @@
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
"/build/*.json",
"/build/contracts/*.json",
"!/mocks",
"!/examples"
],
......
......@@ -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
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