add mutate script

This commit is contained in:
Timo Hocker 2020-03-30 11:57:56 +02:00
parent 169d0983a1
commit b232c0b352

View File

@ -16,7 +16,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": {
"argon2": "^0.26.1" "argon2": "^0.26.1"