Skip to content

Commit fed6c01

Browse files
committed
fix deno task
1 parent b3ee5f6 commit fed6c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fedify/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"!vocab/vocab.ts"
6464
],
6565
"tasks": {
66-
"codegen": "GENPATH=vocab-$(deno eval \"console.log(crypto.randomUUID());\").ts && deno run --allow-read --allow-write --check codegen/main.ts vocab/ ../runtime/ vocab/$GENPATH && deno fmt vocab/$GENPATH && deno cache vocab/$GENPATH && deno check vocab/$GENPATH && mv vocab/$GENPATH vocab/vocab.ts",
66+
"codegen": "GENPATH=vocab-$(deno eval \"console.log(crypto.randomUUID());\").ts && deno run --allow-read --allow-write --check codegen/main.ts vocab/ ../runtime/ vocab/$GENPATH && deno fmt vocab/$GENPATH && mv vocab/$GENPATH vocab/vocab.ts && deno cache vocab/vocab.ts && deno check vocab/vocab.ts",
6767
"cache": {
6868
"command": "deno cache mod.ts",
6969
"dependencies": [

0 commit comments

Comments
 (0)