diff --git a/package.json b/package.json index 0d62fc9..123b4ad 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,10 @@ "tokene", "distributedlab" ], + "files": [ + "**/*.sol", + "!mock/**/*" + ], "scripts": { "compile": "npx hardhat compile --force", "coverage": "npx hardhat coverage --solcoverjs ./.solcover.ts",