add make test to npm test
This commit is contained in:
parent
da0831d523
commit
d8a5f247f2
@ -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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user