Skip to content

Commit

Permalink
Enable skipErrorChecking flag for typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Nov 26, 2023
1 parent bb3417c commit 58e3e7e
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 @@ -5,7 +5,7 @@
"test": "NODE_OPTIONS=--max-old-space-size=8192 tsc --project tsconfig.spec.json",
"stress": "NODE_OPTIONS=--max-old-space-size=24576 tsc --project tsconfig.stress.json",
"build": "./build.sh",
"build:docs": "NODE_OPTIONS=--max-old-space-size=24576 typedoc",
"build:docs": "typedoc --skipErrorChecking",
"precommit": "npm run lint-check && npm run test",
"prepush": "npm run lint && npm run test && npm run stress",
"lint-check": "npm run prettier-check && npm run eslint-check",
Expand Down

0 comments on commit 58e3e7e

Please sign in to comment.