Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 6a23ead

Browse files
committed
chore: update makefile to install root deps
1 parent 7b2b034 commit 6a23ead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ help:
4343
## GENERAL
4444

4545
install:
46+
@echo "Installing root dependencies"
47+
@npm install
4648
@echo "Installing web dependencies"
4749
@echo "==========================="
4850
cd web && . ${NVM_DIR}/nvm.sh && nvm use && npm install

0 commit comments

Comments
 (0)