From fa25e305a8c1b1bc59d1d56124829033d86612c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=98=E6=9C=A8?= <1076849402@qq.com> Date: Wed, 15 Mar 2023 15:11:19 +0800 Subject: [PATCH] fix: cross-spawn compiled import --- packages/utils/src/getFileGitIno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utils/src/getFileGitIno.ts b/packages/utils/src/getFileGitIno.ts index 57145c16be4e..9fd73fd27f29 100644 --- a/packages/utils/src/getFileGitIno.ts +++ b/packages/utils/src/getFileGitIno.ts @@ -1,5 +1,5 @@ import type { SpawnOptions } from 'child_process'; -import crossSpawn from 'cross-spawn'; +import crossSpawn from '../compiled/cross-spawn'; import { execa } from '../compiled/execa'; const promisifySpawn = (