mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-04 22:58:08 +02:00
Add back --frail flag
Removed by mistake during merge
This commit is contained in:
parent
58b87a6bc4
commit
23e78644dc
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"check": "remark --rc-path .remarkrc.js",
|
||||
"checkall": "remark --rc-path .remarkrc.js ../content/*",
|
||||
"check": "remark --rc-path .remarkrc.js --frail",
|
||||
"checkall": "remark --rc-path .remarkrc.js --frail ../content/*",
|
||||
"fixall": "remark --rc-path .remarkrc.js ../content/* --output"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue