From e1f5483432fa44d5e5921e83ae463fb305d6d443 Mon Sep 17 00:00:00 2001 From: dignfei <913015993@qq.com> Date: Tue, 12 Nov 2024 18:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=AC=AC=E4=BA=8C=E6=AC=A1?= =?UTF-8?q?=E8=BF=90=E8=A1=8Cpnpm=20i=E6=97=B6=E6=8A=A5=E9=94=99=EF=BC=9A?= =?UTF-8?q?=20/app=20#=20pnpm=20i=20Scope:=20all=208=20workspace=20project?= =?UTF-8?q?s=20Lockfile=20is=20up=20to=20date,=20resolution=20step=20is=20?= =?UTF-8?q?skipped=20Already=20up=20to=20date=20.=20postinstall$=20sh=20./?= =?UTF-8?q?scripts/postinstall.sh=20=E2=94=82=20mkdir:=20can't=20create=20?= =?UTF-8?q?directory=20'projects/app/tmp':=20File=20exists=20=E2=94=94?= =?UTF-8?q?=E2=94=80=20Failed=20in=2016ms=20at=20/app=20=E2=80=89ELIFECYCL?= =?UTF-8?q?E=E2=80=89=20Command=20failed=20with=20exit=20code=201.=20(#313?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index ad82b77d3..f332b8dc7 100755 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -1,4 +1,4 @@ # 创建临时文件目录 -mkdir projects/app/tmp +mkdir -p projects/app/tmp # 初始化UI库的自定义ts类型 pnpm run gen:theme-typings