Skip to content

fix:修復商品詳情圖片、影片、分類問題 #33

fix:修復商品詳情圖片、影片、分類問題

fix:修復商品詳情圖片、影片、分類問題 #33

Workflow file for this run

name: CI
on: [pull_request]
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn add styled-components
- run: yarn install && yarn global add @lhci/cli@0.12.x
- run: yarn build
- run: lhci autorun