diff --git a/package.json b/package.json index e42fd91a..8e806d66 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "src/**/*.ts": [ "prettier --check", "eslint" + ], + "README.md": [ + "npx doctoc@1.4.0 --github" ] }, "repository": {