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": { "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",