prague-blockchain-week/Makefile

21 řádky
348 B
Makefile
Surový Normální zobrazení Historie

2023-01-21 22:07:27 +01:00
.PHONY: all build
all: test build
test:
deno test --unstable --allow-read utils/test.js
link-check:
lychee spec/**/*.yaml
format:
deno fmt utils/*.js README.md
fmt: format
build:
2023-01-23 03:37:00 +01:00
deno run --unstable --allow-read --allow-write utils/exec.js build
event-sync:
deno run --unstable --allow-read --allow-write --allow-net utils/eventSync.js