add mutate script
This commit is contained in:
parent
14f30a1b96
commit
17a4c8f1ba
@ -15,7 +15,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "nyc ava",
|
"test": "nyc ava",
|
||||||
"ci": "yarn && node jenkins.js"
|
"ci": "yarn && node jenkins.js",
|
||||||
|
"mutate": "stryker run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scode/consts": "^1.0.3",
|
"@scode/consts": "^1.0.3",
|
||||||
|
Reference in New Issue
Block a user