feat:加入購物車、購物車增加/減少/刪除商品、競標加注、詳細資料顯示截標時間、賣家首頁、商品管理 #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [pull_request] | |
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 |