Skip to content

Commit

Permalink
ED-4000 feat: Github actions script job for build-test
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 19, 2024
1 parent f65c2d0 commit 16189e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
node-version: 18

# # Install client dependencies
# - name: Install client dependencies
# working-directory: src/app/client
# run: yarn install --no-progress --production=true
# Install client dependencies
- name: Install client dependencies
working-directory: src/app/client
run: yarn install --no-progress --production=true

# # Build the client
# - name: Build client
Expand Down

0 comments on commit 16189e3

Please sign in to comment.