Skip to content

Commit e4ac2da

Browse files
committed
docs: add FIXME
1 parent 37a9fef commit e4ac2da

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

tools/scripts/npm_publish

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -652,17 +652,20 @@ main() {
652652
on_error 1
653653
fi
654654

655-
# update_markdown_related
656-
# if [[ "$?" -ne 0 ]]; then
657-
# revert_changes
658-
# on_error 1
659-
# fi
660-
# update_markdown_package_urls
661-
# if [[ "$?" -ne 0 ]]; then
662-
# revert_changes
663-
# on_error 1
664-
# fi
655+
# TODO: need to update namespace TypeScript declarations
665656

657+
# TODO: ensure that all package CLIs are executable
658+
659+
update_markdown_related
660+
if [[ "$?" -ne 0 ]]; then
661+
revert_changes
662+
on_error 1
663+
fi
664+
update_markdown_package_urls
665+
if [[ "$?" -ne 0 ]]; then
666+
revert_changes
667+
on_error 1
668+
fi
666669
update_repl_docs
667670
if [[ "$?" -ne 0 ]]; then
668671
revert_changes
@@ -681,7 +684,7 @@ main() {
681684

682685
# WARNING: at this point, we are at the point of no return and, from this point forward, cannot easily revert changes to the local repository as packages may already be published...
683686

684-
# publish_bundles
687+
# publish_bundles # FIXME: re-enable bundle publishing once determine cause for test failures
685688
# if [[ "$?" -ne 0 ]]; then
686689
# on_error 1
687690
# fi

0 commit comments

Comments
 (0)