Skip to content

Commit 5a4f013

Browse files
update release to not include OZ abis
1 parent 7a6fbcc commit 5a4f013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ rm -rf contracts/abi
1010
mkdir -p contracts/abi
1111
# copy all abis to contracts/abi
1212
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 \;
1413
# remove non-abi files
1514
rm contracts/abi/*.dbg.json
1615
echo "### Copying README."

0 commit comments

Comments
 (0)