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': () => {