Skip to content

Commit 574e6db

Browse files
committed
chore(madrun) run -> cutEnv
1 parent 02ddadd commit 574e6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/putout/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
'fix:lint:fresh': () => run('fix:lint', '--fresh'),
2020
'lint:progress': () => run('lint', '--fix'),
2121
'lint:fresh': () => run('lint', '--fresh'),
22-
'coverage': async () => [env, `nyc ${await run('test')}`],
22+
'coverage': async () => [env, `nyc ${await cutEnv('test')}`],
2323
'report': () => `nyc report --reporter=text-lcov | coveralls`,
2424
};
2525

0 commit comments

Comments
 (0)