add make test to npm test

This commit is contained in:
Dave Eddy 2015-09-04 14:38:14 -04:00
parent da0831d523
commit d8a5f247f2
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
"devDependencies": {
"tape": "4.2.0"
},
"scripts": {
"test": "make test"
},
"bin": {
"triton": "./bin/triton"
},