diff --git a/contracts/.npmignore b/contracts/.npmignore index 5fc3156..374991e 100644 --- a/contracts/.npmignore +++ b/contracts/.npmignore @@ -1,4 +1,12 @@ * +!/artifacts/ +!/artifacts/contracts/ +!/artifacts/contracts/**/*.json +/artifacts/contracts/**/*.dbg.json +!/artifacts/gateway/ +!/artifacts/gateway/GatewayContract.sol/GatewayContract.json +/artifacts/gateway/**/*.json +/artifacts/gateway/**/*.dbg.json !addresses/** !contracts/** !gateway/**