We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb0e62 commit 40f8e03Copy full SHA for 40f8e03
.madrun.js
@@ -5,7 +5,6 @@ const {run} = require('madrun');
5
module.exports = {
6
'test': () => `tape 'test/**/*.js'`,
7
'lint': () => 'putout client server test .madrun.js webpack.config.js',
8
- 'lint:ok': () => run('lint', '|| true'),
9
'fix:lint': () => run('lint', '--fix'),
10
'coverage': () => `nyc ${run('test')}`,
11
'report': () => `nyc report --reporter=text-lcov | coveralls`,
.travis.yml
@@ -4,7 +4,7 @@ node_js:
4
- 12
script:
- - npm run lint:ok
+ - npm run lint
- npm run build
- npm run coverage
- npm run report
0 commit comments