We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021dba3 commit f547de4Copy full SHA for f547de4
1 file changed
tools/make/lib/bundle/browser.mk
@@ -64,7 +64,7 @@ dist-bundles: $(NODE_MODULES) clean-dist
64
# @example
65
# make publish-dist-bundles
66
#/
67
-publish-dist-bundles: dist-bundles
+publish-dist-bundles: $(NODE_MODULES) dist-bundles
68
$(QUIET) $(DIST_UPDATE_VERSIONS)
69
$(QUIET) $(DIST_VERIFY_VERSIONS)
70
$(QUIET) $(DIST_PKG_DIRS) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r pkg; do \
0 commit comments