From 0fc7043c4b4c2a4ca6f684d7e432949df6859861 Mon Sep 17 00:00:00 2001 From: weyu <985695055@qq.com> Date: Fri, 25 Apr 2025 23:25:35 +0800 Subject: [PATCH] fix2 --- webs/crossplane/toto.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webs/crossplane/toto.sh b/webs/crossplane/toto.sh index ef132f2..1072b81 100644 --- a/webs/crossplane/toto.sh +++ b/webs/crossplane/toto.sh @@ -3,10 +3,14 @@ source libs/common.sh before_build(){ install_hugo_v119 - #install_postcss + install_postcss log_info "npm install 安装依赖软件" npm install + npm fund + + + cd docs/utils/webpack && npm install && cd - # 添加网站访问统计 echo '' >> ./themes/geekboot/layouts/partials/favicons.html