docs-util: fix import issues following merge (#6390)
During the merge of #6338 the imports in the `git-manager.ts` causes an error during build which wasn't caught in the merge. This PR fixes the imports in the file.
This commit is contained in:
2
.changeset/cuddly-flies-sleep.md
Normal file
2
.changeset/cuddly-flies-sleep.md
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Octokit } from "octokit"
|
||||
import promiseExec from "../utils/promise-exec.js"
|
||||
import getMonorepoRoot from "../utils/get-monorepo-root.js"
|
||||
import filterFiles from "../utils/filter-files.js"
|
||||
import promiseExec from "../../utils/promise-exec.js"
|
||||
import getMonorepoRoot from "../../utils/get-monorepo-root.js"
|
||||
import filterFiles from "../../utils/filter-files.js"
|
||||
|
||||
type Options = {
|
||||
owner?: string
|
||||
|
||||
Reference in New Issue
Block a user