- commit
- 3387f5e
- parent
- 1f2e083
- author
- Eric Bower
- date
- 2025-01-04 10:03:43 -0500 EST
fix(make): change test cmd
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -7,5 +7,5 @@ lint:
2 .PHONY: lint
3
4 test:
5- deno test --allow-env --allow-read
6+ deno task test
7 .PHONY: test