Commit 95666637 by Facundo Spagnuolo Committed by Santiago Palladino

Add prepare script (#36)

parent 0ae92d78
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
], ],
"scripts": { "scripts": {
"test": "scripts/test.sh", "test": "scripts/test.sh",
"prepare": "rm -rf build/contracts && truffle compile",
"lint:js": "eslint .", "lint:js": "eslint .",
"lint:js:fix": "eslint . --fix", "lint:js:fix": "eslint . --fix",
"lint:sol": "solium -d .", "lint:sol": "solium -d .",
......
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