Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfb2e7d

Browse files
committed
ci: add missing import
1 parent 25d19ec commit cfb2e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/_utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { promises as fsp } from 'node:fs'
22
import { execSync } from 'node:child_process'
3+
import { $fetch } from 'ofetch'
34
import { resolve } from 'pathe'
45
import { execaSync } from 'execa'
56
import { determineSemverChange, getGitDiff, loadChangelogConfig, parseCommits } from 'changelogen'

0 commit comments

Comments
 (0)