mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
chore: remove frozen lock
This commit is contained in:
8
.github/workflows/build-desktop-release.yml
vendored
8
.github/workflows/build-desktop-release.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
sudo ./linux-install-1.10.1.763.sh
|
||||
|
||||
- name: Compile CLJS
|
||||
run: yarn install --frozen-lockfile && gulp build && yarn cljs:release
|
||||
run: yarn install && gulp build && yarn cljs:release
|
||||
|
||||
- name: Update APP Version
|
||||
run: |
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
key: ${{ runner.os }}-node-modules
|
||||
|
||||
- name: Build/Release Electron App
|
||||
run: yarn install --frozen-lockfile && yarn electron:make
|
||||
run: yarn install && yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
- name: Change Artifact Name For ZIP File
|
||||
@@ -154,7 +154,7 @@ jobs:
|
||||
key: ${{ runner.os }}-node-modules
|
||||
|
||||
- name: Build/Release Electron app
|
||||
run: yarn install --frozen-lockfile && yarn electron:make
|
||||
run: yarn install && yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
- name: Change Artifact Name
|
||||
@@ -206,7 +206,7 @@ jobs:
|
||||
key: ${{ runner.os }}-node-modules
|
||||
|
||||
- name: Build/Release Electron App
|
||||
run: yarn install --frozen-lockfile && yarn electron:make
|
||||
run: yarn install && yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
- name: Change DMG Name
|
||||
|
||||
Reference in New Issue
Block a user