Skip to content

Commit f78a5d4

Browse files
committed
Merge branch 'dev'
2 parents e6cea1e + 364cfd7 commit f78a5d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
- name: Install dependencies
3838
run: |
39-
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
40-
npm install
39+
corepack enable
40+
yarn install
4141
cd src/webui/FE
42-
npm install
42+
yarn install
4343
4444
- name: Build
4545
run: |
46-
npm run build
47-
npm run build-webui
46+
yarn build
47+
yarn build-webui
4848
4949
- name: Compress dist
5050
run: |

0 commit comments

Comments
 (0)