mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-20 22:29:12 -04:00
fix: set longer yarn timeout to fix iOS builds
This commit is contained in:
2
.github/workflows/build-prod.yml
vendored
2
.github/workflows/build-prod.yml
vendored
@@ -50,6 +50,8 @@ jobs:
|
||||
- name: Export version from package.json
|
||||
run: |
|
||||
echo ::set-env name=PACKAGE_VERSION::$(node -pe "require('./package.json').version")
|
||||
- name: Set longer yarn timeout
|
||||
run: yarn config set network-timeout 300000
|
||||
- name: Install dependencies
|
||||
run: yarn run init
|
||||
- name: Set ssh connection to Github
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -50,6 +50,8 @@ jobs:
|
||||
- name: Export version from package.json
|
||||
run: |
|
||||
echo ::set-env name=PACKAGE_VERSION::$(node -pe "require('./package.json').version")
|
||||
- name: Set longer yarn timeout
|
||||
run: yarn config set network-timeout 300000
|
||||
- name: Install dependencies
|
||||
run: yarn run init
|
||||
- name: Set ssh connection to Github
|
||||
|
||||
Reference in New Issue
Block a user