Skip to content

update: 뷰포트 user-scalable=no 추가 #11

update: 뷰포트 user-scalable=no 추가

update: 뷰포트 user-scalable=no 추가 #11

Workflow file for this run

name: Build and Prepare for Deployment
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20.17.0"
- name: Install dependencies
run: npm install
- name: Build React app
env:
REACT_APP_KAKAO_MAP_KEY: ${{ secrets.REACT_APP_KAKAO_MAP_KEY }}
run: CI=false npm run build
# 나중에 aws