Skip to content

Commit

Permalink
fix: rename wrapper to generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Dec 12, 2023
1 parent fa450d7 commit 641c784
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"fmt": "deno fmt",
"lint": "deno lint",
"test": "deno test -A",
"wrap": "cd _wrapper && deno run -A wrapper.ts && deno task fmt"
"generate": "cd _generator && deno run -A generator.ts && deno task fmt"
}
}

0 comments on commit 641c784

Please sign in to comment.