Skip to content

Commit

Permalink
🔨 Renamed makefile task for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carr committed Apr 4, 2022
1 parent 761c35a commit 7ddd982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build-frontend:
pnpm --dir frontend build

build:
make build-frontend && go build -o bin/tiny-todo main.go
build-backend:
go build -o bin/tiny-todo main.go

run:
make build-frontend && go run main.go serve

0 comments on commit 7ddd982

Please sign in to comment.