We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6cea1e + 364cfd7 commit f78a5d4Copy full SHA for f78a5d4
1 file changed
.github/workflows/publish.yml
@@ -36,15 +36,15 @@ jobs:
36
37
- name: Install dependencies
38
run: |
39
- export ELECTRON_SKIP_BINARY_DOWNLOAD=1
40
- npm install
+ corepack enable
+ yarn install
41
cd src/webui/FE
42
43
44
- name: Build
45
46
- npm run build
47
- npm run build-webui
+ yarn build
+ yarn build-webui
48
49
- name: Compress dist
50
0 commit comments