Skip to content

[Fix]: theme, ui 패키지의 vanilla-extract 빌드 설정 수정 #18

[Fix]: theme, ui 패키지의 vanilla-extract 빌드 설정 수정

[Fix]: theme, ui 패키지의 vanilla-extract 빌드 설정 수정 #18

Workflow file for this run

name: CI-Build
on:
pull_request:
branches: [main, develop]
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build