Skip to content

Commit

Permalink
Updated frontend for finnish translations (hyperifyio/project-govm#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaakko Heusala committed Aug 21, 2024
1 parent 30d1b14 commit 6b1d6d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: build run clean tidy certs config
.PHONY: build run clean tidy certs config update update-frontend

GOVM_SOURCES := $(shell find ./*.go ./cmd ./internal -type f -iname '*.go' ! -iname '*_test.go')

Expand All @@ -20,6 +20,11 @@ govm: $(GOVM_SOURCES) Makefile config
test: Makefile
go test -v ./...

update: update-frontend

update-frontend:
cd internal/frontend-govm/ && git pull

certs:
make -C certs

Expand Down

0 comments on commit 6b1d6d2

Please sign in to comment.