Skip to content

Hotfix/location search style #86

Hotfix/location search style

Hotfix/location search style #86

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ๋ ˆํฌ์ง€ํ† ๋ฆฌ ์ฒดํฌ์•„์›ƒ ์ค‘..
uses: actions/checkout@v2
- name: node ์„ค์น˜์ค‘..
uses: actions/setup-node@v2
with:
node-version: '18.18.2'
- name: pnpm ์„ค์น˜์ค‘..
run: npm install -g pnpm
- name: ์ข…์†์„ฑ ์„ค์น˜์ค‘...
run: pnpm install
working-directory: ./fe
- name: ๋นŒ๋“œ ์ค‘..
run: pnpm build
working-directory: ./fe