mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint using actions
This commit is contained in:
parent
6622d508af
commit
1a5dc6228c
1 changed files with 1 additions and 1 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue