mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix makefile
This commit is contained in:
committed by
Aiden McClelland
parent
8fabb7f884
commit
2b2451d22f
2
Makefile
2
Makefile
@@ -70,7 +70,7 @@ diagnostic-ui/config.json:
|
||||
patch-db/client/node_modules: patch-db/client/package.json
|
||||
npm --prefix patch-db/client install
|
||||
|
||||
patch-db/client/dist: $(PATCH_DB_SRC) patch-db/client/node_modules
|
||||
patch-db/client/dist: $(PATCH_DB_CLIENT_SRC) patch-db/client/node_modules
|
||||
npm --prefix patch-db/client run build
|
||||
|
||||
ui: $(EMBASSY_UIS)
|
||||
|
||||
Reference in New Issue
Block a user