From 6e945ac91962a22487b2d0068ac0ba3eeb7cd7f9 Mon Sep 17 00:00:00 2001 From: Nishant Date: Wed, 21 Feb 2024 02:46:28 +0530 Subject: [PATCH] fix yml file --- .github/workflows/github-actions.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3247893..2283b63 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -23,20 +23,18 @@ jobs: - name: Install dependencies run: yarn - + - name: Build @core/lib - run: yarn lib:build - - - name: Build express-server - run: yarn workspace express-server build + run: yarn lib:build - - name: Build nestjs-server - run: yarn workspace nestjs-server build + - name: Build express-server + run: yarn workspace express-server build - - name: Build frontend - run: yarn workspace frontend build + - name: Build nestjs-server + run: yarn workspace nestjs-server build - - name: Build next-client - run: yarn workspace next-client build + - name: Build frontend + run: yarn workspace frontend build - \ No newline at end of file + - name: Build next-client + run: yarn workspace next-client build