| 1 | #!/usr/bin/env -S deno run --allow-read --allow-write --allow-env --allow-net --allow-run --allow-sys |
| 2 | // Usage: ./make.js command. Use -l to list commands. |
| 3 | // This is a set of tasks for building and testing Vimium in development. |
| 4 | import * as fs from "@std/fs"; |
nothing calls this directly
no test coverage detected