mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(madrun) nyc -> c8
This commit is contained in:
parent
2a5ebe300d
commit
e3d373acf9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default {
|
|||
'wisdom': () => run(['lint:all', 'build', 'test']),
|
||||
'wisdom:type': () => 'bin/release.mjs',
|
||||
'coverage': async () => [testEnv, `c8 ${await cutEnv('test')}`],
|
||||
'coverage:report': () => 'nyc report --reporter=lcov',
|
||||
'coverage:report': () => 'c8 report --reporter=lcov',
|
||||
'report': () => 'c8 report --reporter=text-lcov | coveralls',
|
||||
'6to5': () => 'webpack --progress',
|
||||
'6to5:client': () => run('6to5', '--mode production'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue