just mess with the timestamps

This commit is contained in:
Aiden McClelland
2022-11-28 17:17:31 -07:00
committed by Aiden McClelland
parent 570a4b7915
commit 1a8b6d2fe7
2 changed files with 5 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ patch-db/client/dist: $(PATCH_DB_CLIENT_SRC) patch-db/client/node_modules
npm --prefix frontend run build:deps
# used by github actions
backend-$(ARCH).tar: $(ENVIRONMENT_FILE) $(GIT_HASH_FILE) $(EMBASSY_BINS)
backend-$(ARCH).tar: $(EMBASSY_BINS)
tar -cvf $@ $^
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file