Skip to content

Run prisma generate in prod #346

Run prisma generate in prod

Run prisma generate in prod #346

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint