add jshint and tests to npm task
This commit is contained in:
parent
824bc33e20
commit
c7ad88f4e3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue