Skip to content

Commit

Permalink
#72 Increase timeouts for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
tscz committed Aug 9, 2020
1 parent da95f2a commit f92f7e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
npm install -g yarn
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 500000
- name: Build the app
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Prepare dependencies
run: |
npm install -g yarn
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 500000
- name: Build release
run: |
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Prepare dependencies
run: |
npm install -g yarn
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 500000
- name: Build storybook
run: |
npm run build-storybook
Expand Down

0 comments on commit f92f7e0

Please sign in to comment.