Skip to content

Commit ad9ee75

Browse files
committed
Update build script to reflect new static paths
1 parent 83d888a commit ad9ee75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION := $(shell git describe)
44
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z"))
55

66
BIN := listmonk
7-
STATIC := config.toml.sample schema.sql queries.sql public email-templates frontend/build:/frontend
7+
STATIC := config.toml.sample schema.sql queries.sql static/public:/public static/email-templates frontend/build:/frontend
88

99
# Dependencies.
1010
.PHONY: deps

0 commit comments

Comments
 (0)