From 8ee489b2826dc6edfc9153fb989a48882fcf6a68 Mon Sep 17 00:00:00 2001 From: Jakub Nowakowski Date: Fri, 2 Feb 2024 09:49:27 +0100 Subject: [PATCH] Include test contracts in published NPM package Here we remove the rule we added to exclude test contracts from published NPM package. In https://github.com/keep-network/tbtc-v2/pull/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. --- solidity/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/solidity/package.json b/solidity/package.json index 1cf41a0a5..f859dfed4 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -6,7 +6,6 @@ "artifacts/", "build/contracts/", "contracts/", - "!**/test/", "deploy/", "export/", "tasks/",