Skip to content

Commit

Permalink
change makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marhaupe committed Oct 13, 2024
1 parent 8a4c831 commit edfd085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
build: ui
go build

dev:
go run main.go "sh testlogger.sh"

ui:
rm -rf internal/static/dist
cd ../frontend && pnpm build && cp -r dist ../cli/internal/static/dist

build: ui
go build

install: ui
go install

0 comments on commit edfd085

Please sign in to comment.