update sync script

This commit is contained in:
tree 2023-04-26 08:03:41 +02:00
rodič 929f2c4576
revize 413b22afd8
1 změnil soubory, kde provedl 6 přidání a 1 odebrání

Zobrazit soubor

@ -16,6 +16,7 @@ format:
fmt: format
build:
deno --version
deno run --unstable --allow-read --allow-write utils/build.js tag=$(tag)
build-mirror:
@ -31,4 +32,8 @@ tag:
deno run --unstable --allow-run utils/tag.js
inspect:
deno run --inspect-brk --unstable --allow-read utils/test.js
deno run --inspect-brk --unstable --allow-read utils/test.js
fsync:
rm -rf cache
@make sync