Skip to content

Commit 40f8e03

Browse files
committed
chore(madrun) lint
1 parent 7eb0e62 commit 40f8e03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.madrun.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const {run} = require('madrun');
55
module.exports = {
66
'test': () => `tape 'test/**/*.js'`,
77
'lint': () => 'putout client server test .madrun.js webpack.config.js',
8-
'lint:ok': () => run('lint', '|| true'),
98
'fix:lint': () => run('lint', '--fix'),
109
'coverage': () => `nyc ${run('test')}`,
1110
'report': () => `nyc report --reporter=text-lcov | coveralls`,

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- 12
55

66
script:
7-
- npm run lint:ok
7+
- npm run lint
88
- npm run build
99
- npm run coverage
1010
- npm run report

0 commit comments

Comments
 (0)