events/Makefile

9 řádky
156 B
Makefile
Surový Normální zobrazení Historie

2023-06-16 02:23:05 +02:00
.PHONY: all build
all: test build
test:
deno test --unstable --allow-read index.js
build:
deno run --unstable --allow-read --allow-write index.js build