mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
test(ci): standardize yarn flags on windows
This commit is contained in:
@@ -143,13 +143,13 @@ jobs:
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile --network-timeout 100000 --network-concurrency 1
|
||||
run: yarn install --frozen-lockfile --ignore-engines --network-timeout 100000 --network-concurrency 1
|
||||
|
||||
- name: Download IPFS
|
||||
run: node electron/download-ipfs
|
||||
|
||||
- name: Build React App
|
||||
run: yarn build
|
||||
run: CI='' yarn build
|
||||
|
||||
- name: Build Electron App
|
||||
run: yarn electron:build:windows
|
||||
|
||||
Reference in New Issue
Block a user