From 85d554d0c8ad5f6ecb66576d5ee4cd9346d0ba4f Mon Sep 17 00:00:00 2001 From: master1lan Date: Sun, 19 Feb 2023 14:16:21 +0800 Subject: [PATCH] Update azure-staticwebapp.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release分支自动构建修改命令为 pnpm run build:release --- .github/workflows/azure-staticwebapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index d434111..3ff496c 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -83,7 +83,7 @@ jobs: run: pnpm install - name: Use pnpm to build - run: pnpm run build + run: pnpm run build:release # - name: post-build test # run: pnpm test