Make remark-cli quiet (#1247)

* Make remark-cli quiet

* Update package.json
This commit is contained in:
Lauren Tan 2022-08-26 14:32:52 -04:00 committed by GitHub
parent 0ddb658643
commit 103d283d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"description": "Companies that don't have a broken hiring process",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/remark-cli/cli.js README.md -f"
"test": "node ./node_modules/remark-cli/cli.js README.md -f -q"
},
"repository": {
"type": "git",