deno_hello/Makefile
2021-02-19 12:24:52 +01:00

5 lines
No EOL
98 B
Makefile

.PHONY: run
run:
deno run --watch --unstable src/index.ts
tests:
deno test --coverage --unstable