mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-12 13:36:39 +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",
|
"description": "Companies that don't have a broken hiring process",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue