Commit 5f079c86 by Francisco Giordano

add prepack step to build contracts

parent ea335ebc
......@@ -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",
......
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