diff --git a/Makefile b/Makefile index db54cf1..d586a30 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ preparepkg: bunx prettier -w pkg.ts build: - bun build --compile index.ts --outfile dist/q + bun build --compile src/bin.ts --outfile dist/q