diff --git a/Makefile b/Makefile index 043d20a0..449080ee 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,10 @@ jstest: go build TZ=UTC bun test tests -test: jstest +jsbuild: npm run build + +test: jsbuild jstest go test ./... windows: