mirror of
https://github.com/rjNemo/deno_hello
synced 2026-06-06 01:56:40 +00:00
5 lines
No EOL
98 B
Makefile
5 lines
No EOL
98 B
Makefile
.PHONY: run
|
|
run:
|
|
deno run --watch --unstable src/index.ts
|
|
tests:
|
|
deno test --coverage --unstable
|