Skip to content

Commit

Permalink
Update INIT Command in the Lib/MakeFile
Browse files Browse the repository at this point in the history
Updated the INIT Command in the Lib/MakeFile directory to include and handle the node-modules which is a crucial part in dependencies.


Signed-off-by: Aman Morghade <[email protected]>
  • Loading branch information
xaman27x authored Mar 19, 2024
1 parent c0993fa commit 127d142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/lib/init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include $(TOOLS_MAKE_LIB_DIR)/init/git_hooks.mk
# @example
# make init
#/
init: init-git-hooks init-eslint-plugins
init: install-node-modules init-git-hooks init-eslint-plugins
$(QUIET) echo "Initialization successful."

.PHONY: init

0 comments on commit 127d142

Please sign in to comment.