Skip to content

fix(frontend): 모바일 환경에서 헤더 타이틀 부분을 터치할 때 영역이 강조되어 표시될 수 있음 #1

fix(frontend): 모바일 환경에서 헤더 타이틀 부분을 터치할 때 영역이 강조되어 표시될 수 있음

fix(frontend): 모바일 환경에서 헤더 타이틀 부분을 터치할 때 영역이 강조되어 표시될 수 있음 #1

name: API report (cherrypick.js)
on: [push, pull_request]
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- run: corepack enable
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: '.node-version'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Build
run: pnpm --filter cherrypick-js build
- name: Check files
run: ls packages/cherrypick-js/built
- name: API report
run: pnpm --filter cherrypick-js api-prod
- name: Show report
if: always()
run: cat packages/cherrypick-js/temp/cherrypick-js.api.md