Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Mar 20, 2018
1 parent 12b1f29 commit 4e6945f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "bower i; npm run generator;",
"generator": "pulp build --src-path generator -m Generator --to generator.js && node generator.js --abis build/contracts --dest src --truffle true; rm generator.js",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "pulp build",
"test": "pulp test"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 4e6945f

Please sign in to comment.