mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
update Makefile to use js script
This commit is contained in:
committed by
Aiden McClelland
parent
4637aa6262
commit
faf0b4db6e
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user