Skip to content

[ fix ] 종료된 낫투두는 누르면 디테일 페이지로 이동 #61

[ fix ] 종료된 낫투두는 누르면 디테일 페이지로 이동

[ fix ] 종료된 낫투두는 누르면 디테일 페이지로 이동 #61

Workflow file for this run

name: auto Build
on:
# PR시에만 작동하는 action
pull_request:
# 브랜치는 main, dev로 제한
branches: [main, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: npm run build