Skip to content

πŸ“Œ Remove unused dependencies #102

πŸ“Œ Remove unused dependencies

πŸ“Œ Remove unused dependencies #102

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: npm ci
# TODO: Fix this once we know how to authenticate codegen in CI (or its changed to no longer need that)
# - run: npx convex codegen
# - run: npm run type-check
- run: npm run lint