Skip to content

Commit 86ed538

Browse files
committed
fix: TOC only for readmes
1 parent e1320b2 commit 86ed538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"update-notifier": "^2.0.0"
4848
},
4949
"lint-staged": {
50-
"*.md": [
50+
"README*.md": [
5151
"npm run toc"
5252
],
5353
"*.{js,json}": [

0 commit comments

Comments
 (0)