Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

fix(deps): update all non-major dependencies #11

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #11

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npx nx run prisma:generate
- run: npx nx run-many --target=build --all=true