From a1fb399eb9aa001e3352cb2fca1668560f7dac2b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 30 Jan 2024 14:20:20 +0000 Subject: [PATCH] ci: import `$fetch` --- scripts/_utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_utils.ts b/scripts/_utils.ts index 1b8253b54d..3f0834a420 100644 --- a/scripts/_utils.ts +++ b/scripts/_utils.ts @@ -1,5 +1,6 @@ import { execSync } from 'node:child_process' import { promises as fsp } from 'node:fs' +import { $fetch } from 'ofetch' import { resolve } from 'pathe' import { globby } from 'globby' import { execaSync } from 'execa'