From 9e7526c191ca0812f4a09af046e1c67401f49ab8 Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Wed, 10 Aug 2022 16:48:44 -0600 Subject: [PATCH] fix build for patch-db client for consistency (#1722) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2832e6e78..a47517ac8 100644 --- a/Makefile +++ b/Makefile @@ -93,8 +93,7 @@ patch-db/client/node_modules: patch-db/client/package.json patch-db/client/dist: $(PATCH_DB_CLIENT_SRC) patch-db/client/node_modules ! test -d patch-db/client/dist || rm -rf patch-db/client/dist - rm -rf frontend/.angular/cache - npm --prefix patch-db/client run build + npm --prefix frontend run build:deps # this is a convenience step to build all frontends - it is not referenced elsewhere in this file frontends: $(EMBASSY_UIS)