mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
remove erroneous dependency
This commit is contained in:
committed by
Aiden McClelland
parent
896069f1a1
commit
24cffaacee
2
Makefile
2
Makefile
@@ -54,7 +54,7 @@ $(EMBASSY_BINS): $(APPMGR_SRC)
|
||||
ui/node_modules: ui/package.json
|
||||
npm --prefix ui install
|
||||
|
||||
ui/www: $(UI_SRC) ui/node_modules patch-db/client patch-db/client/dist ui/config.json config-git-hash
|
||||
ui/www: $(UI_SRC) ui/node_modules patch-db/client patch-db/client/dist ui/config.json
|
||||
npm --prefix ui run build-prod
|
||||
|
||||
ui/config.json: .git/HEAD $(GIT_REFS)
|
||||
|
||||
Reference in New Issue
Block a user