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

View File

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