mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(madrun) spell
This commit is contained in:
parent
f391a3391f
commit
cb37ab871b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default {
|
|||
'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'),
|
||||
'spell': () => 'yaspeller .',
|
||||
'spell': () => 'yaspeller . || true',
|
||||
'fix:lint': () => run('lint', '--fix'),
|
||||
'lint:stream': () => run('lint', '-f stream'),
|
||||
'test': () => [testEnv, `tape 'test/**/*.js' '{client,static,common,server}/**/*.spec.js' -f fail`],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue