Add build-json script

This commit is contained in:
2018-03-31 17:02:40 +02:00
parent 85ae154860
commit 5e1fc9c276
11 changed files with 41 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"test": "test"
},
"scripts": {
"build-json": "truffle compile && node ./scripts/build-json.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {