mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: lockfile not updated for latest nbb-logseq
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -160,7 +160,7 @@ jobs:
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
- name: Fetch scripts yarn deps
|
||||
run: cd scripts && yarn install
|
||||
run: cd scripts && yarn install --frozen-lockfile
|
||||
|
||||
- name: Create DB graph with properties
|
||||
run: cd scripts && yarn nbb-logseq src/logseq/tasks/db_graph/create_graph_with_properties.cljs ./properties-graph
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@logseq/nbb-logseq@github:logseq/nbb-logseq#feat-db-v29":
|
||||
version "1.2.173-feat-db-v29"
|
||||
resolved "https://codeload.github.com/logseq/nbb-logseq/tar.gz/6c4f8eec72a0a5b0c7b96c32cc73f86b045305c5"
|
||||
"@logseq/nbb-logseq@github:logseq/nbb-logseq#feat-db-v30":
|
||||
version "1.2.173-feat-db-v30"
|
||||
resolved "https://codeload.github.com/logseq/nbb-logseq/tar.gz/1ad8d923adfe1a3423337127b987d353910306ab"
|
||||
dependencies:
|
||||
import-meta-resolve "^4.1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user