Skip to content

Commit

Permalink
chore: updated typedoc script to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Oct 11, 2024
1 parent ac77a5f commit 5b26f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"prisma:generate": "prisma generate",
"postinstall": "npm run prisma:generate",
"prettier": "prettier --write .",
"prepare": "husky"
"prepare": "husky",
"docs": "typedoc"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down

0 comments on commit 5b26f25

Please sign in to comment.