adding node scripts

This commit is contained in:
Brandon Nozaki Miller 2016-01-11 14:31:36 -08:00
parent 23b2642041
commit 456cf3f312
1 changed files with 4 additions and 1 deletions

View File

@ -26,8 +26,11 @@
"scripts": {
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
"cover": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
"coverup": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine&&cat ./spec/coverage/lcov.info | codacy-coverage"
"coverup": "cat ./spec/coverage/lcov.info | codacy-coverage"
},
"pre-commit": [
"cover"
],
"keywords": [
"IPC",
"Neural Networking",