chore(madrun) spell

This commit is contained in:
coderaiser 2021-03-01 17:42:21 +02:00
parent f391a3391f
commit cb37ab871b

View file

@ -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`],