From cb37ab871bd3c46a48cdea699b5741cf3db2ca29 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 1 Mar 2021 17:42:21 +0200 Subject: [PATCH] chore(madrun) spell --- .madrun.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.madrun.mjs b/.madrun.mjs index 248a9243..582c19e2 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -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`],