mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
9 lines
No EOL
156 B
Makefile
9 lines
No EOL
156 B
Makefile
.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
|