add mutate script

This commit is contained in:
Timo Hocker 2020-03-30 11:59:03 +02:00
parent c9d24f8b61
commit af8482fe3d

View File

@ -20,7 +20,8 @@
"scripts": {
"lint": "eslint .",
"test": "nyc ava",
"ci": "yarn && node jenkins.js"
"ci": "yarn && node jenkins.js",
"mutate": "stryker run"
},
"dependencies": {
"@scode/consts": "^1.0.3"