fix build for patch-db client for consistency (#1722)

This commit is contained in:
Lucy C
2022-08-10 16:48:44 -06:00
committed by GitHub
parent 07194e52cd
commit 9e7526c191

View File

@@ -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)