chore(cloudcmd) lint using actions

This commit is contained in:
coderaiser 2021-02-27 14:10:23 +00:00
parent 6622d508af
commit 1a5dc6228c

View file

@ -30,7 +30,7 @@ export default {
'wisdom:type': () => 'bin/release.mjs',
'coverage': async () => [testEnv, `c8 ${await cutEnv('test')}`],
'coverage:report': () => 'c8 report --reporter=lcov',
'report': () => 'c8 report --reporter=text-lcov | coveralls',
'report': () => 'c8 report --reporter=lcov',
'6to5': () => 'webpack --progress',
'6to5:client': () => run('6to5', '--mode production'),
'6to5:client:dev': async () => await run('6to5', '--mode development', {