add jshint and tests to npm task

This commit is contained in:
Iuri Matias 2016-10-22 18:23:44 -04:00
parent 824bc33e20
commit c7ad88f4e3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "2.0.1",
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "grunt jshint && mocha test/ --no-timeouts"
},
"bin": {
"embark": "./bin/embark"