Skip to content

๐Ÿž Fix(client): share, save์‹œ 2d ์ •๋ณด๋กœ ๋ณ€ํ™˜ํ•˜์—ฌ ์ €์žฅ #42

๐Ÿž Fix(client): share, save์‹œ 2d ์ •๋ณด๋กœ ๋ณ€ํ™˜ํ•˜์—ฌ ์ €์žฅ

๐Ÿž Fix(client): share, save์‹œ 2d ์ •๋ณด๋กœ ๋ณ€ํ™˜ํ•˜์—ฌ ์ €์žฅ #42

Workflow file for this run

name: PR-BUILD-TEST
on:
pull_request:
branches:
- development
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.12.3
node-version: 20
cache: true
- name: Install dependencies with pnpm
run: pnpm install --no-frozen-lockfile
- name: Build the project
run: pnpm build