We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4a560 commit eb11079Copy full SHA for eb11079
1 file changed
tools/make/lib/node/npm.mk
@@ -165,7 +165,7 @@ npm-version-pre-release: npm-pre-version
165
#
166
# This target runs tasks which should be completed when incrementing the project version and committing version changes to the local repository.
167
168
-npm-version: dist-browser-bundles
+npm-version: dist-browser-bundles update-dist-readme-browser-bundle-stats
169
$(QUIET) $(MAKE) -f $(this_file) list-pkgs-installed-logical-tree-json > $(DIST_DIR)/npm_ls.json && \
170
$(GIT_ADD) -A dist && \
171
$(GIT_COMMIT) -m 'Update distributable browser bundles' && \
0 commit comments