update scripts

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

View File

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