Skip to content

Commit

Permalink
Include test contracts in published NPM package (#780)
Browse files Browse the repository at this point in the history
Here we remove the rule we added to exclude test contracts from
published NPM package. In
#779 we prepared a
`TestTBTCDepositor` contract to be used by the integrators in tests for
mocking the tBTC Bridge contracts. It is useful to include this file in
the package, so the integrators can leverage it.
  • Loading branch information
lukasz-zimnoch authored Feb 2, 2024
2 parents 301497d + 8ee489b commit 7561ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"artifacts/",
"build/contracts/",
"contracts/",
"!**/test/",
"deploy/",
"export/",
"tasks/",
Expand Down

0 comments on commit 7561ba7

Please sign in to comment.