Skip to content

Commit

Permalink
Merge pull request #25 from derhnyel/feature/test-goreleaser
Browse files Browse the repository at this point in the history
Hotfix windows frontend build
  • Loading branch information
deven96 authored Nov 14, 2022
2 parents 39aadb7 + 5712edc commit 8fd0115
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version=fake
ifeq ($(OS),Windows_NT)
bin=main.exe
export=set
else
bin=main
export=export
endif
# Example:
# make
Expand Down Expand Up @@ -51,7 +49,7 @@ endif

.PHONY: build-frontend
build-frontend:
cd web && $(export) BUILD_PATH=../cmd/build && CI=false yarn build && cd ..
cd web && export BUILD_PATH=../cmd/build && CI=false yarn build && cd ..

.PHONY: serve-backend
serve-backend:
Expand Down

0 comments on commit 8fd0115

Please sign in to comment.