prague-blockchain-week/Makefile

26 řádky
463 B
Makefile
Surový Normální zobrazení Historie

2023-01-21 22:07:27 +01:00
.PHONY: all build
all: test build
2023-01-30 15:19:16 +01:00
mirror: test build-mirror
2023-01-21 22:07:27 +01:00
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
2023-01-30 15:19:16 +01:00
build-mirror:
deno run --unstable --allow-read --allow-write utils/mirror.js
2023-01-23 03:37:00 +01:00
event-sync:
2023-01-23 04:37:12 +01:00
deno run --unstable --allow-read --allow-write --allow-net utils/eventSync.js $(event)