mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-06 02:26:45 +00:00
Make remark-cli quiet (#1247)
* Make remark-cli quiet * Update package.json
This commit is contained in:
parent
0ddb658643
commit
103d283d13
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue