add mutate script

This commit is contained in:
Timo Hocker 2020-03-30 09:42:34 +02:00
parent 4d50fdb490
commit a2e26cbf93

View File

@ -6,7 +6,8 @@
"scripts": {
"test": "nyc ava",
"lint": "eslint .",
"ci": "yarn --frozen-lockfile && node jenkins.js"
"ci": "yarn --frozen-lockfile && node jenkins.js",
"mutate": "stryker run"
},
"repository": {
"type": "git",