Skip to content

fix: api 리스트 생성 로직 수정 #139

fix: api 리스트 생성 로직 수정

fix: api 리스트 생성 로직 수정 #139

Workflow file for this run

name: Build And Upload Extension Zip Via Artifact
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/pnpm-lock.json') }}
- run: pnpm i --no-frozen-lockfile
- run: pnpm build
- uses: actions/upload-artifact@v3
with:
path: dist/*