File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ include $(TOOLS_MAKE_LIB_DIR)/git/commitizen.mk
3232# /
3333commit : $(NODE_MODULES )
3434ifeq ($(GIT_COMMIT_PROMPT ) , commitizen)
35- $(QUIET) NODE_PATH="$(NODE_PATH)" $(MAKE) -f $(this_file) commitizen-commit
35+ $(QUIET) $(MAKE) -f $(this_file) commitizen-commit
3636endif
3737
3838.PHONY : commit
4545# /
4646retry-commit : $(NODE_MODULES )
4747ifeq ($(GIT_COMMIT_PROMPT ) , commitizen)
48- $(QUIET) NODE_PATH="$(NODE_PATH)" $(MAKE) -f $(this_file) commitizen-retry-commit
48+ $(QUIET) $(MAKE) -f $(this_file) commitizen-retry-commit
4949endif
5050
5151.PHONY : retry-commit
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ COMMITIZEN ?= $(BIN_DIR)/cz
4646# /
4747commitizen-commit : $(NODE_MODULES ) $(COMMITIZEN )
4848 $(QUIET ) mv $(ROOT_DIR ) /tsconfig.json $(ROOT_DIR ) /tsconfig.json.tmp
49- $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $( NODE ) " $( COMMITIZEN) " || (mv $( ROOT_DIR) /tsconfig.json.tmp $( ROOT_DIR) /tsconfig.json && exit 1)
49+ $(QUIET ) " $( COMMITIZEN) " || (mv $( ROOT_DIR) /tsconfig.json.tmp $( ROOT_DIR) /tsconfig.json && exit 1)
5050 $(QUIET ) mv $(ROOT_DIR ) /tsconfig.json.tmp $(ROOT_DIR ) /tsconfig.json
5151
5252.PHONY : commitizen-commit
@@ -65,7 +65,7 @@ commitizen-commit: $(NODE_MODULES) $(COMMITIZEN)
6565# /
6666commitizen-retry-commit : $(NODE_MODULES ) $(COMMITIZEN )
6767 $(QUIET ) mv $(ROOT_DIR ) /tsconfig.json $(ROOT_DIR ) /tsconfig.json.tmp
68- $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $( NODE ) " $( COMMITIZEN) " --retry || (mv $( ROOT_DIR) /tsconfig.json.tmp $( ROOT_DIR) /tsconfig.json && exit 1)
68+ $(QUIET ) " $( COMMITIZEN) " --retry || (mv $( ROOT_DIR) /tsconfig.json.tmp $( ROOT_DIR) /tsconfig.json && exit 1)
6969 $(QUIET ) mv $(ROOT_DIR ) /tsconfig.json.tmp $(ROOT_DIR ) /tsconfig.json
7070
7171.PHONY : commitizen-retry-commit
You can’t perform that action at this time.
0 commit comments