mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
fix: frozen-lockfile install
yarn.lock needed more updating after #12202
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -73,8 +73,7 @@ jobs:
|
||||
run: clojure -A:cljs -P
|
||||
|
||||
- name: Fetch yarn deps
|
||||
# run: yarn install --frozen-lockfile
|
||||
run: yarn install
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Build test asset
|
||||
run: clojure -M:test compile test
|
||||
|
||||
Reference in New Issue
Block a user