Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Sep 25, 2024
1 parent 15dd5a3 commit bb6779e
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 @@ -37,7 +37,7 @@
"zstddec": "^0.1.0"
},
"scripts": {
"generate-docs": "typedoc",
"generate-docs": "typedoc --skipErrorChecking --logLevel Error",
"prepare": "husky install",
"prettify": "prettier --check './sdk/src/**/*.ts' './tests/**.ts' './cli/**.ts'",
"prettify:fix": "prettier --write './sdk/src/**/*.ts' './tests/**.ts' './cli/**.ts'",
Expand Down

0 comments on commit bb6779e

Please sign in to comment.