mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(github-actions) add ability to autofix lint
This commit is contained in:
parent
60607184d4
commit
fce254f724
2 changed files with 32 additions and 15 deletions
|
|
@ -28,6 +28,7 @@ export default {
|
|||
'wisdom': () => run(['lint:all', 'build', 'test']),
|
||||
'wisdom:type': () => 'bin/release.mjs',
|
||||
'coverage': async () => [testEnv, `nyc ${await cutEnv('test')}`],
|
||||
'coverage:report': () => 'nyc report --reporter=lcov',
|
||||
'report': () => 'nyc 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