1
0
Fork 0
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:
James Cook 2023-09-17 17:56:27 +01:00
parent c006fa2653
commit 936057bbd4
3 changed files with 35 additions and 4 deletions

View file

@ -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");