Compare commits
No commits in common. "9eac508b1ce4be9f7217c0dbc34aecaf1d798377" and "02f7884f8cc22e2f67e2652485624de6c67f263e" have entirely different histories.
9eac508b1c
...
02f7884f8c
@ -8,8 +8,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js",
|
||||
"test": "echo \"no test\""
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -13,5 +13,5 @@ module.exports = {
|
||||
testRunner: 'command',
|
||||
transpilers: [],
|
||||
coverageAnalysis: 'all',
|
||||
mutate: [ 'index.js' ]
|
||||
mutate: ['index.js']
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user