mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(lint) add progress
This commit is contained in:
parent
a108bd82b5
commit
bcc11bda74
2 changed files with 3 additions and 1 deletions
|
|
@ -14,8 +14,9 @@ export default {
|
|||
}),
|
||||
'build:start': () => run(['build:client', 'start']),
|
||||
'build:start:dev': () => run(['build:client:dev', 'start:dev']),
|
||||
'lint:all': () => run(['lint', 'spell']),
|
||||
'lint:all': () => run(['lint:progress', 'spell']),
|
||||
'lint': () => 'putout .',
|
||||
'lint:progress': () => run('lint', '-f progress'),
|
||||
'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"',
|
||||
'fresh:lint': () => run('lint', '--fresh'),
|
||||
'lint:fresh': () => run('lint', '--fresh'),
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"nginx",
|
||||
"npm",
|
||||
"or io",
|
||||
"patreon",
|
||||
"refactor",
|
||||
"sexualized",
|
||||
"sslPort",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue