Skip to content

Commit

Permalink
Fix to pass arguments to standard-markdown
Browse files Browse the repository at this point in the history
If you do not specify an argument, the `standard-markdown` will fail.
zeke/standard-markdown#25
This is an interim fix.
  • Loading branch information
abetomo committed Sep 6, 2018
1 parent 2936ad9 commit a4a3631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"full-ci": "npm run lint && npm run coverage",
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
"coveralls": "coveralls < coverage/lcov.info",
"lint": "standard && standard-markdown",
"lint": "standard && standard-markdown *.md docs/*.md",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"test": "npm run lint && npm run unit",
"unit": "node test.js"
Expand Down

0 comments on commit a4a3631

Please sign in to comment.