update scripts

This commit is contained in:
perissology 2017-10-08 07:05:04 -07:00
parent 83faa0d78d
commit 6c1c337f07
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"test": "npm run sol-compile; mocha --harmony",
"sol-compile": "solcpiler -i './contracts/**/*.sol'",
"js-compile": "babel -d lib/ js/",
"compile": "npm run sol-compile; npm run js-compile",
"build": "npm run sol-compile; npm run js-compile",
"prepublish": "npm run js-compile"
},
"repository": {