From c5be0fe425661ae440638aa02dc8fb0a01415447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=B0=91=E5=8D=AB?= Date: Sun, 17 Mar 2024 11:51:27 +0800 Subject: [PATCH] =?UTF-8?q?build(pnpm):=20=E4=BF=AE=E6=94=B9=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/webpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 1542f07b..5d4e15b6 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -16,7 +16,7 @@ jobs: run: | npm i -g pnpm pnpm install - npm run build + pnpm run build - name: Deploy uses: peaceiris/actions-gh-pages@v3