From c61681c3314e845ebca9a75aa389c4ff88db7994 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 2 Sep 2020 16:02:47 +0300 Subject: [PATCH] chore(madrun) rm lint:progress, -f progress enabled by default --- .madrun.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.madrun.js b/.madrun.js index ed82e78c..50acb900 100644 --- a/.madrun.js +++ b/.madrun.js @@ -40,8 +40,7 @@ module.exports = { 'lint:css': () => 'stylelint css/*.css', 'spell': () => 'yaspeller .', 'fix:lint': () => run(['lint', 'lint:css'], '--fix'), - 'lint': () => run('lint:progress', '--cache'), - 'lint:progress': () => run('lint:base', '-f progress'), + 'lint': () => run('lint:base', '--cache'), 'lint:stream': () => run('lint:base', '-f stream'), 'test:base': () => {