Skip to content

Commit eb11079

Browse files
committed
Add prerequisite to update browser bundle docs with updated sizes
1 parent 4a4a560 commit eb11079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/lib/node/npm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ npm-version-pre-release: npm-pre-version
165165
#
166166
# This target runs tasks which should be completed when incrementing the project version and committing version changes to the local repository.
167167

168-
npm-version: dist-browser-bundles
168+
npm-version: dist-browser-bundles update-dist-readme-browser-bundle-stats
169169
$(QUIET) $(MAKE) -f $(this_file) list-pkgs-installed-logical-tree-json > $(DIST_DIR)/npm_ls.json && \
170170
$(GIT_ADD) -A dist && \
171171
$(GIT_COMMIT) -m 'Update distributable browser bundles' && \

0 commit comments

Comments
 (0)