From cddb68b3dcfbe251ddfd8c584aa3768243cb8c9c Mon Sep 17 00:00:00 2001 From: DhruvGahoi Date: Sun, 2 Feb 2025 07:27:01 +0530 Subject: [PATCH] Added workflow --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8b64f0e..a6b91583 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build on PR +name: Build succeeds on PR on: pull_request: @@ -14,12 +14,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: '20' - + - name: Install Dependencies run: npm install - - - name: Generate prisma client - run: npm run db:generate - + - name: Run Build run: npm run build