Skip to content

Commit

Permalink
chore: Make remark only output errors
Browse files Browse the repository at this point in the history
Do not pollute the console with successes
  • Loading branch information
ptbrowne committed Oct 5, 2020
1 parent e5bb71a commit fe27e76
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 @@ -34,7 +34,7 @@
"lint:commit": "git merge-base HEAD master && commitlint --from=$(git merge-base HEAD master) --to=HEAD || true",
"lint:js": "eslint 'react/**/*.jsx' 'react/**/*.js'",
"lint:stylus": "stylint stylus --config .stylintrc",
"lint:md": "remark . -o",
"lint:md": "remark . -o -S",
"palette": "scripts/make-palette.sh",
"prebuild:css": "mkdir -p dist/ && stylus -C node_modules/normalize.css/normalize.css node_modules/normalize.css/normalize.styl",
"prebuild:css:utils": "mkdir -p dist/",
Expand Down

0 comments on commit fe27e76

Please sign in to comment.