diff --git a/Makefile b/Makefile index 16ac525..a140657 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ build: .PHONY: build-frontend build-frontend: - cd frontend && yarn build + export REACT_APP_VERSION="${VERSION}" && cd frontend && yarn build .PHONY: run run: build @@ -27,7 +27,7 @@ run: build .PHONY: run-frontend run-frontend: - cd frontend && yarn start + export REACT_APP_VERSION="${VERSION}" && cd frontend && yarn start .PHONY: test test: diff --git a/frontend/package.json b/frontend/package.json index 983cdaf..9bc40e0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "my", + "name": "listmonk", "version": "0.1.0", "private": true, "dependencies": { diff --git a/frontend/public/index.html b/frontend/public/index.html index c2f23fc..12e2816 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -9,6 +9,7 @@ listmonk +