Skip to content

fix(blog.entity): the field "body" is not recognized by GraphQL #59

fix(blog.entity): the field "body" is not recognized by GraphQL

fix(blog.entity): the field "body" is not recognized by GraphQL #59

Workflow file for this run

name: Build Workflow
on:
push:
branches: ['develop', 'main']
pull_request:
branches: ['develop', 'main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build NestJS app
run: npm run build