Skip to content

Commit

Permalink
chore: update typedoc script
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Nov 21, 2024
1 parent 071a690 commit cc342be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint:ci": "eslint . --max-warnings 0 --cache --cache-location ./node_modules/.cache/eslint/.eslintcache",
"format": "prettier \"**/*.{json,md,yml}\" --write --log-level warn --cache",
"format:check": "prettier \"**/*.{json,md,yml}\" --check --cache",
"typedoc": "typedoc src/index.ts --includeVersion"
"typedoc": "typedoc src/index.ts src/middlewares/index.ts --includeVersion"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cc342be

Please sign in to comment.