mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix build for patch-db client for consistency (#1722)
This commit is contained in:
3
Makefile
3
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
|
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
|
! test -d patch-db/client/dist || rm -rf patch-db/client/dist
|
||||||
rm -rf frontend/.angular/cache
|
npm --prefix frontend run build:deps
|
||||||
npm --prefix patch-db/client run build
|
|
||||||
|
|
||||||
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file
|
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file
|
||||||
frontends: $(EMBASSY_UIS)
|
frontends: $(EMBASSY_UIS)
|
||||||
|
|||||||
Reference in New Issue
Block a user