utxo-prague/Makefile

28 řádky
601 B
Makefile

NAME = gweicz/utxo
VERSION = 0.1.0
.PHONY: all build
all: test build
test:
deno test --unstable --allow-read utils/test.js
build:
deno run --unstable --allow-read --allow-write utils/build.js
docs-update:
deno run --unstable --allow-read --allow-write utils/update-docs.js
speakers-table:
deno run --unstable --allow-read utils/update-docs.js speakersTableGen
speakers-leads:
deno run --unstable --allow-read utils/update-docs.js speakersLeadsGen
stats:
deno run --unstable --allow-read utils/stats.js
twitter:
deno run --unstable --allow-read --allow-env --allow-net utils/twitter.js