diff --git a/package.json b/package.json index df482b817..500dd0b94 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,11 @@ "version": "1.8.0", "description": "Secure Smart Contract library for Solidity", "files": [ - "contracts" + "contracts", + "build" ], "scripts": { + "prepack": "truffle compile", "test": "scripts/test.sh", "lint": "eslint .", "lint:fix": "eslint . --fix",