From faf0b4db6e7b8757d174eb52cdd45dcc6c185b76 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 25 Feb 2022 22:08:02 -0700 Subject: [PATCH] update Makefile to use js script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5eef5a932..316b303eb 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ $(EMBASSY_UIS): $(FRONTEND_SRC) frontend/node_modules patch-db/client patch-db/c frontend/config.json: .git/HEAD $(GIT_REFS) jq '.useMocks = false' frontend/config-sample.json > frontend/config.json - jq '.gitHash = "$(shell git rev-parse HEAD)"' frontend/config.json > $(TMP_FILE) && mv $(TMP_FILE) frontend/config.json + npm --prefix frontend run-script build-config patch-db/client/node_modules: patch-db/client/package.json npm --prefix patch-db/client install