ci: Add hook for doctoc
This commit is contained in:
parent
dd334074ce
commit
2357c76e2a
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
"src/**/*.ts": [
|
||||
"prettier --check",
|
||||
"eslint"
|
||||
],
|
||||
"README.md": [
|
||||
"npx doctoc@1.4.0 --github"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue