Skip to content

Commit bff8d65

Browse files
authored
chore: lint docs on precommit (electron#22515)
1 parent 27a91cb commit bff8d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"git add"
116116
],
117117
"*.md": [
118-
"remark -qf"
118+
"npm run lint:docs"
119119
],
120120
"*.{gn,gni}": [
121121
"npm run gn-check",
@@ -142,4 +142,4 @@
142142
"@types/multiparty": "^0.0.32",
143143
"@types/temp": "^0.8.34"
144144
}
145-
}
145+
}

0 commit comments

Comments
 (0)