mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix gh actions network timeout on yarn install
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
727fb6bb26
commit
7d8e7825e2
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ binaries/client: node_modules
|
|||||||
yarn download-bins
|
yarn download-bins
|
||||||
|
|
||||||
node_modules: yarn.lock
|
node_modules: yarn.lock
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile --network-timeout=100000
|
||||||
yarn check --verify-tree --integrity
|
yarn check --verify-tree --integrity
|
||||||
|
|
||||||
static/build/LensDev.html: node_modules
|
static/build/LensDev.html: node_modules
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user