add mutate script
This commit is contained in:
		@@ -15,7 +15,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": {
 | 
				
			||||||
    "@scode/encoding-helper": "^1.0.1"
 | 
					    "@scode/encoding-helper": "^1.0.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user