Skip to content

Commit bf28617

Browse files
committed
chore: lerna: rm
1 parent 1afb765 commit bf28617

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.madrun.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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',

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
That's awesome 👏! Check out [`good first issues`](https://github.com/coderaiser/putout/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
88
most likely you can do some contribution using web interface, otherwise worry not 😏.
99

10-
Install [bun](https://bun.sh/) (and maybe `lerna@6` globally, to have ability to use `lerna bootstrap`).
10+
Install [bun](https://bun.sh/).
1111
Make fork of a repo, clone it and run:
1212

1313
```

lerna.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)