Skip to content

feat(perf): added migration for adding indexes to dailyEvents #253

feat(perf): added migration for adding indexes to dailyEvents

feat(perf): added migration for adding indexes to dailyEvents #253

Workflow file for this run

name: Check Build
on:
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn build