From a2061d5478904e103d31cdc64c38f52f3460f5de Mon Sep 17 00:00:00 2001 From: lw2333 <2374046775@qq.com> Date: Sun, 14 Apr 2024 10:10:12 +0800 Subject: [PATCH] fix: fix icon display error in qq miniprogram --- .github/workflows/receive-pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/receive-pr.yml b/.github/workflows/receive-pr.yml index 0c75567d..ea7d6191 100644 --- a/.github/workflows/receive-pr.yml +++ b/.github/workflows/receive-pr.yml @@ -17,6 +17,7 @@ jobs: cache: "yarn" - name: Install Dependencies run: | + npm install yarn install --frozen-lockfile --production=false - name: Lint run: | @@ -27,6 +28,9 @@ jobs: - name: Build Weixin Miniprogram run: | yarn run build:mp-weixin + - name: Build QQ Miniprogram + run: | + timeout 60 npm run dev:mp-qq - name: Save PR number run: |