mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
chore: syntax & biome.js changes
This commit is contained in:
parent
790a5a6aa6
commit
a64fd6a718
8 changed files with 67 additions and 42 deletions
|
|
@ -1,7 +1,9 @@
|
|||
// This dependancy cannot be moved to dev_deps.ts since dnt complains about a top-level await
|
||||
import { build, emptyDir } from "https://deno.land/x/dnt@0.39.0/mod.ts";
|
||||
|
||||
if (!Deno.args[0]) throw new Error("No version specified");
|
||||
if (!Deno.args[0]) {
|
||||
throw new Error("No version specified");
|
||||
}
|
||||
|
||||
await emptyDir("./npm");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue