@@ -43,11 +43,8 @@ export default {
4343 'test:update' : ( ) => [ envUpdate , `tape 'packages/{test,plugin,processor,engine}-*/test/*.*' 'packages/{test,plugin,processor,engine}-*/lib/**/*.spec.*'` ] ,
4444 'test:inspect' : ( ) => [ env , `node --inspect-brk --inspect=0.0.0.0 node_modules/.bin/${ cutEnv ( 'test' ) } ` ] ,
4545 'test:fail' : async ( ) => await run ( 'test' , '-f fail' ) ,
46- 'test:slow' : ( ) => 'FORCE_COLOR=3 lerna run test' ,
4746 'coverage:ci' : async ( ) => [ env , `c8 --no-skip-full ${ await cutEnv ( 'test' ) } ` ] ,
4847 'coverage' : async ( ) => [ env , `c8 ${ await cutEnv ( 'test' ) } ` ] ,
49- 'coverage:slow' : ( ) => 'FORCE_COLOR=3 lerna run coverage' ,
50- 'lint:slow' : ( ) => 'FORCE_COLOR=3 lerna run --no-bail lint' ,
5148 'lint:dot' : ( ) => 'putout .madrun.js' ,
5249 'lint-all' : async ( ) => `MADRUN_NAME=1 ${ await run ( 'lint:*' ) } ` ,
5350 'lint:frame' : async ( ) => await run ( 'lint' , '-f codeframe' ) ,
@@ -71,7 +68,6 @@ export default {
7168 'fix:lint' : async ( ) => await run ( 'lint' , '--fix' ) ,
7269 'fix:lint:fresh' : async ( ) => await run ( 'fix:lint' , '--fresh' ) ,
7370 'fix:lint:cache' : async ( ) => await run ( 'lint:cache' , '--fix' ) ,
74- 'fix:lint:slow' : ( ) => 'lerna run --no-bail fix:lint' ,
7571 'bootstrap' : ( ) => 'npm install' ,
7672 'report' : ( ) => 'c8 report --reporter=lcov' ,
7773 'prepare' : ( ) => 'husky' ,
0 commit comments