Commit 5f079c86 by Francisco Giordano

add prepack step to build contracts

parent ea335ebc
...@@ -3,9 +3,11 @@ ...@@ -3,9 +3,11 @@
"version": "1.8.0", "version": "1.8.0",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"files": [ "files": [
"contracts" "contracts",
"build"
], ],
"scripts": { "scripts": {
"prepack": "truffle compile",
"test": "scripts/test.sh", "test": "scripts/test.sh",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment