Skip to content

Commit

Permalink
set yarn install network concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
yerlantemir committed Aug 9, 2023
1 parent 07b5223 commit 87e1511
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
rm -rf $(yarn cache dir)
- name: Install Dependencies
run: yarn install
run: yarn install --network-concurrency 1

- name: Build Shared Package
run: |
Expand All @@ -51,7 +51,8 @@ jobs:
- name: Build Frontend Project
run: |
cd frontend
vercel env add plain NEXT_PUBLIC_VERSION $VERSION production --token=${{ secrets.VERCEL_TOKEN }}
vercel env add NEXT_PUBLIC_VERSION production --token=${{ secrets.VERCEL_TOKEN }}
vercel env set NEXT_PUBLIC_VERSION $VERSION production --token=${{ secrets.VERCEL_TOKEN }}
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Frontend Project to Vercel
Expand Down

1 comment on commit 87e1511

@vercel
Copy link

@vercel vercel bot commented on 87e1511 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.