We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd8602 commit 27ab019Copy full SHA for 27ab019
tools/scripts/npm_publish
@@ -248,7 +248,14 @@ update_namespace_tocs() {
248
make FILES="${files}" markdown-namespace-tocs-files
249
if [[ "$?" -ne 0 ]]; then
250
echo '' >&2
251
- echo 'Error: unexpected error. Encountered an error when updating namespace READMEs.' >&2
+ echo 'Error: unexpected error. Encountered an error when updating namespace README table of contents.' >&2
252
+ echo '' >&2
253
+ return 1
254
+ fi
255
+ make FILES="${files}" markdown-pkg-urls-files
256
+ if [[ "$?" -ne 0 ]]; then
257
258
+ echo 'Error: unexpected error. Encountered an error when updating namespace README package URLs.' >&2
259
260
return 1
261
fi
0 commit comments