Skip to content

[Feat]: instance.ts 수정 및 이메일 인증 로직 변경 #255

[Feat]: instance.ts 수정 및 이메일 인증 로직 변경

[Feat]: instance.ts 수정 및 이메일 인증 로직 변경 #255

Workflow file for this run

name: Build test
on: pull_request
jobs:
build-test:
name: build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build