From aabc01383efc4311194a132dfe6c7ccbbbac5855 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 5 Mar 2022 16:27:37 +0100 Subject: [PATCH] Added npm install in client setup --- client/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Makefile b/client/Makefile index b21928b..b9f9413 100644 --- a/client/Makefile +++ b/client/Makefile @@ -5,6 +5,7 @@ all: setup build .PHONY: setup setup: mkdir -p dist/ + npm install .PHONY: build build: