From ec105b3828cc17d05bc7432873815db23d696d8f Mon Sep 17 00:00:00 2001 From: MikiVL Date: Wed, 6 May 2026 23:59:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Windows=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=B8=AD=20tailwindcss=20=E5=8E=9F=E7=94=9F=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=89=BE=E4=B8=8D=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E7=94=A8=20npm=20install=20=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3=20npm=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 40bd288..8b26059 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -46,7 +46,7 @@ jobs: node-version: "18" - name: Install Node dependencies - run: npm ci + run: npm install - name: Build renderer run: npx vite build --config vite.config.mjs