Skip to content

Commit d647e12

Browse files
committed
chore: update ci service
1 parent 952483c commit d647e12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

marmot.config.js renamed to macaca-reliable.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
'use strict';
22

3-
const helper = require('marmot-cli/lib/helper');
3+
const helper = require('reliable-cli/lib/helper');
44

55
const {
66
iosUtils,
77
getDepsPkgVersion,
8-
} = require('marmot-cli/lib/helper');
8+
} = require('reliable-cli/lib/helper');
99

1010
const pkg = require('./package');
1111

@@ -31,6 +31,6 @@ module.exports = {
3131
coverageHtmlReporterPath: 'html/index.html'
3232
},
3333
extraInfo: {
34-
'marmot-cli': getDepsPkgVersion('marmot-cli')
34+
'reliable-cli': getDepsPkgVersion('reliable-cli')
3535
}
3636
};

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"devDependencies": {
1818
"macaca-datahub": "2",
19-
"marmot-cli": "1"
19+
"reliable-cli": "1"
2020
},
2121
"scripts": {
22-
"marmot": "marmot report -c ./marmot.config.js"
22+
"reliable": "reliable report -c ./reliable.config.js"
2323
},
2424
"license": "MIT"
2525
}

0 commit comments

Comments
 (0)