We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be85c76 commit 2aa2bd7Copy full SHA for 2aa2bd7
tools/make/lib/dist/package.mk
@@ -40,6 +40,6 @@ NPM_RELEASE_COMMIT_MESSAGE ?= 'Feature updates and bug fixes'
40
# make npm-publish
41
#/
42
npm-publish: $(NODE_MODULES) assert-clean-working-directory
43
- $(QUIET) $(NPM_RELEASE) $(NPM_RELEASE_TYPE) $(NPM_RELEASE_COMMIT_MESSAGE)
+ $(QUIET) $(NPM_RELEASE) "$(NPM_RELEASE_TYPE)" "$(NPM_RELEASE_COMMIT_MESSAGE)"
44
45
.PHONY: npm-publish
0 commit comments