adding node scripts
This commit is contained in:
parent
23b2642041
commit
456cf3f312
1 changed files with 4 additions and 1 deletions
|
@ -26,8 +26,11 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
"test": "istanbul cover -x **/spec/** -dir ./spec/coverage jasmine",
|
||||||
"cover": "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": [
|
"keywords": [
|
||||||
"IPC",
|
"IPC",
|
||||||
"Neural Networking",
|
"Neural Networking",
|
||||||
|
|
Loading…
Reference in a new issue