From cfb2e7d1734363bccfe43dde27d69160d8bfe547 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 5 Mar 2024 10:46:28 +0000 Subject: [PATCH] ci: add missing import --- scripts/_utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_utils.ts b/scripts/_utils.ts index d025bf5dc..e322f5e10 100644 --- a/scripts/_utils.ts +++ b/scripts/_utils.ts @@ -1,5 +1,6 @@ import { promises as fsp } from 'node:fs' import { execSync } from 'node:child_process' +import { $fetch } from 'ofetch' import { resolve } from 'pathe' import { execaSync } from 'execa' import { determineSemverChange, getGitDiff, loadChangelogConfig, parseCommits } from 'changelogen'