Skip to content

feat: 전역변수 설정중 #275

feat: 전역변수 설정중

feat: 전역변수 설정중 #275

Workflow file for this run

name: Frontend CI/CD
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Remove file reinstall
run: |
rm -rf package-lock.json node_modules
npm install
- name: Build
run: npm run build