Skip to content

Commit

Permalink
ci(*): making typedoc build fail on error, updating vers (#13963)
Browse files Browse the repository at this point in the history
* chore(*): will it fail without the catch

* chore(*): updating typedoc loc ver
  • Loading branch information
ChronosSF authored Feb 27, 2024
1 parent 82ff109 commit 564d4c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"stylelint-scss": "^4.1.0",
"stylelint": "^15.1.0",
"ts-node": "^10.8.1",
"typedoc-plugin-localization": "^3.0.3",
"typedoc-plugin-localization": "^3.0.4",
"typedoc": "^0.25.3",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-typedoc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ async function main() {
}
}

main().catch(console.error);
main();

0 comments on commit 564d4c7

Please sign in to comment.