fix script for preparing contracts package
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
"description": "Secure Smart Contract library for Solidity",
|
"description": "Secure Smart Contract library for Solidity",
|
||||||
"files": [
|
"files": [
|
||||||
"**/*.sol",
|
"**/*.sol",
|
||||||
"/build/*.json",
|
"/build/contracts/*.json",
|
||||||
"!/mocks",
|
"!/mocks",
|
||||||
"!/examples"
|
"!/examples"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -9,4 +9,5 @@ if [[ ! -v ALREADY_COMPILED ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cp README.md contracts/
|
cp README.md contracts/
|
||||||
cp -Tr build/contracts contracts/build
|
mkdir contracts/build contracts/build/contracts
|
||||||
|
cp -r build/contracts/*.json contracts/build/contracts
|
||||||
|
|||||||
Reference in New Issue
Block a user