Skip to content

Commit ad8fb62

Browse files
committed
chore: @putout/operator-ignore: wisdom
1 parent 2fe98da commit ad8fb62

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/operator-ignore/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'coverage']),
4+
'wisdom': () => run(['lint', 'coverage', 'test:dts']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'test:dts': () => 'check-dts test/*.ts',
77
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,

packages/operator-ignore/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"url": "git+https://github.com/coderaiser/putout.git"
1515
},
1616
"scripts": {
17+
"wisdom": "madrun wisdom",
1718
"test": "madrun test",
1819
"test:dts": "madrun test:dts",
1920
"watch:test": "madrun watch:test",

0 commit comments

Comments
 (0)