Skip to content

Commit

Permalink
Merge branch 'main' into build-on-pr-take-two
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhenry authored Mar 20, 2024
2 parents 92c6754 + 1b831a0 commit 4eab93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ test-go:

dev:
@echo "==> Generating data"
cd backend && go build -o ./bin/metrics ./cmd && cd .. && ./backend/bin/metrics && cd who-metrics-ui && npm i && npm run dev
cd ts-backend && npm i && npm run start && cd .. && cd who-metrics-ui && npm i && npm run dev

0 comments on commit 4eab93d

Please sign in to comment.