Skip to content

Commit

Permalink
Format README after generate
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Apr 26, 2024
1 parent 0caf39d commit 995491b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
"lint": "eslint --ignore-path .gitignore .",
"prelint": "prettier --check --ignore-path .gitignore .",
"postversion": "git push --follow-tags",
"generate": "tsx generate-readme.ts",
"postgenerate": "markdown-toc -i README.md --bullets '-'",
"generate": "markdown-toc -i README.md --bullets '-'",
"pregenerate": "tsx generate-readme.ts",
"postgenerate": "prettier --write README.md",
"example": "tsx examples",
"example:inspect": "tsx --inspect examples",
"format": "eslint --ignore-path .gitignore --fix .",
Expand Down

0 comments on commit 995491b

Please sign in to comment.