deno_hello/Makefile
2021-02-19 11:49:48 +01:00

5 lines
No EOL
76 B
Makefile

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