utils: eventSync => sync

This commit is contained in:
tree 2023-02-10 11:30:27 +01:00
rodič 7aa050ec64
revize d086b95436
4 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -21,8 +21,8 @@ build:
build-mirror:
deno run --unstable --allow-read --allow-write utils/mirror.js
event-sync:
deno run --unstable --allow-read --allow-write --allow-net utils/eventSync.js $(event)
sync:
deno run --unstable --allow-read --allow-write --allow-net utils/sync.js $(event)
tag:
deno run --unstable --allow-run utils/tag.js

Zobrazit soubor

@ -7,7 +7,7 @@ import {
import { parse as tomlParse } from "https://deno.land/std@0.173.0/encoding/toml.ts";
import { load as yamlLoad } from "https://deno.land/x/js_yaml_port@3.14.0/js-yaml.js";
import { posix } from "https://deno.land/std@0.173.0/path/mod.ts";
import * as syncTools from "./syncTools.js";
import * as syncTools from "./sync.lib.js";
import format from "https://deno.land/x/date_fns@v2.22.1/format/index.js";
import addDays from "https://deno.land/x/date_fns@v2.22.1/addDays/index.ts";

Zobrazit soubor

Zobrazit soubor