Skip to content

Commit

Permalink
Have the package include user-facing mock contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Oct 29, 2024
1 parent 80387ba commit 2153900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"access",
"api3-server-v1",
"interfaces",
"mock",
"utils",
"vendor",
"dist"
Expand Down
1 change: 1 addition & 0 deletions postpack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
rm -r access
rm -r api3-server-v1
rm -r interfaces
rm -r mock
rm -r utils
rm -r vendor
1 change: 1 addition & 0 deletions prepack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ pnpm build
cp -r contracts/access access
cp -r contracts/api3-server-v1 api3-server-v1
cp -r contracts/interfaces interfaces
cp -r contracts/mock mock
cp -r contracts/utils utils
cp -r contracts/vendor vendor

0 comments on commit 2153900

Please sign in to comment.