add mutate script
This commit is contained in:
parent
4d50fdb490
commit
a2e26cbf93
@ -6,7 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "nyc ava",
|
"test": "nyc ava",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
"ci": "yarn --frozen-lockfile && node jenkins.js",
|
||||||
|
"mutate": "stryker run"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user