We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6fbcc commit 5a4f013Copy full SHA for 5a4f013
release.sh
@@ -10,7 +10,6 @@ rm -rf contracts/abi
10
mkdir -p contracts/abi
11
# copy all abis to contracts/abi
12
find artifacts/contracts ! -iregex ".*([a-zA-Z0-9_]).json" -exec cp {} contracts/abi 2>/dev/null \;
13
-find artifacts/@openzeppelin ! -iregex ".*([a-zA-Z0-9_]).json" -exec cp {} contracts/abi 2>/dev/null \;
14
# remove non-abi files
15
rm contracts/abi/*.dbg.json
16
echo "### Copying README."
0 commit comments