Compare commits
2 Commits
02f7884f8c
...
9eac508b1c
Author | SHA1 | Date | |
---|---|---|---|
9eac508b1c | |||
323f12a260 |
@ -8,7 +8,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js",
|
||||
"test": "echo \"no test\""
|
||||
},
|
||||
"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