Skip to content

Commit

Permalink
fix: fix icon display error in qq miniprogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Topology2333 committed Apr 13, 2024
1 parent 9d3f9c1 commit 3abdc0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/receive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
cache: "yarn"
- name: Install Dependencies
run: |
npm install
yarn install --frozen-lockfile --production=false
- name: Lint
run: |
Expand All @@ -27,6 +28,9 @@ jobs:
- name: Build Weixin Miniprogram
run: |
yarn run build:mp-weixin
- name: Build QQ Miniprogram
run: |
npm run dev:mp-qq
- name: Save PR number
run: |
Expand Down

0 comments on commit 3abdc0f

Please sign in to comment.