Skip to content

Commit

Permalink
fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Oct 6, 2023
1 parent 137ca34 commit 889dfe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jstest:
go build
TZ=UTC bun test tests

test: jstest
jsbuild:
npm run build

test: jsbuild jstest
go test ./...

windows:
Expand Down

0 comments on commit 889dfe0

Please sign in to comment.