Skip to content

Commit f547de4

Browse files
committed
Add prerequisite
1 parent 021dba3 commit f547de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/lib/bundle/browser.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dist-bundles: $(NODE_MODULES) clean-dist
6464
# @example
6565
# make publish-dist-bundles
6666
#/
67-
publish-dist-bundles: dist-bundles
67+
publish-dist-bundles: $(NODE_MODULES) dist-bundles
6868
$(QUIET) $(DIST_UPDATE_VERSIONS)
6969
$(QUIET) $(DIST_VERIFY_VERSIONS)
7070
$(QUIET) $(DIST_PKG_DIRS) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r pkg; do \

0 commit comments

Comments
 (0)