add mutate script
This commit is contained in:
parent
c9d24f8b61
commit
af8482fe3d
@ -20,7 +20,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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user