Skip to content

Commit

Permalink
chore: test tasks in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuste committed May 17, 2017
1 parent abf116b commit 3933f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "make compile"
"test": "make test",
"prepublish": "make compile",
"cover": "make cover"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3933f27

Please sign in to comment.