From 5f079c860516f4353226e1018ee57675ae6e04cc Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 19 Apr 2018 12:32:56 -0300 Subject: [PATCH] add prepack step to build contracts --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",