update scripts
This commit is contained in:
parent
83faa0d78d
commit
6c1c337f07
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue