Skip to content

Commit

Permalink
add typedoc command to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Nov 14, 2024
1 parent ab5f2de commit 6a893e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"scripts": {
"build": "tsc",
"build:docs": "npx typedoc",
"lint": "prettier --check \"src/**/*.ts\"",
"prepare": "yarn build",
"test": "jest"
Expand Down

0 comments on commit 6a893e7

Please sign in to comment.