Skip to content

Commit 564d4c7

Browse files
authored
ci(*): making typedoc build fail on error, updating vers (#13963)
* chore(*): will it fail without the catch * chore(*): updating typedoc loc ver
1 parent 82ff109 commit 564d4c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"stylelint-scss": "^4.1.0",
137137
"stylelint": "^15.1.0",
138138
"ts-node": "^10.8.1",
139-
"typedoc-plugin-localization": "^3.0.3",
139+
"typedoc-plugin-localization": "^3.0.4",
140140
"typedoc": "^0.25.3",
141141
"typescript": "5.2.2"
142142
}

scripts/build-typedoc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ async function main() {
9393
}
9494
}
9595

96-
main().catch(console.error);
96+
main();

0 commit comments

Comments
 (0)