chore(github-actions) add ability to autofix lint

This commit is contained in:
coderaiser 2021-02-03 14:03:50 +02:00
parent 60607184d4
commit fce254f724
2 changed files with 32 additions and 15 deletions

View file

@ -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'),