Skip to content

Commit

Permalink
fix yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkohli96 committed Feb 20, 2024
1 parent 6cd5a33 commit 6e945ac
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


- name: Build next-client
run: yarn workspace next-client build

0 comments on commit 6e945ac

Please sign in to comment.