mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
chore: fix build script
This commit is contained in:
parent
c006fa2653
commit
936057bbd4
3 changed files with 35 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { build, emptyDir } from "~/deps_dev.ts";
|
||||
// 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.38.1/mod.ts";
|
||||
|
||||
if (!Deno.args[0]) throw new Error("No version specified");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue