mirror of
https://github.com/logseq/logseq.git
synced 2026-05-30 07:29:48 +00:00
fix sync test
This commit is contained in:
@@ -39,4 +39,5 @@
|
||||
[(repo-path "static" "logseq-cli.js")
|
||||
(repo-path "static" "db-worker-node.js")
|
||||
(repo-path "dist" "db-worker-node.js")
|
||||
(repo-path "dist" "db-worker-node-assets.json")])
|
||||
(repo-path "dist" "db-worker-node-assets.json")
|
||||
(repo-path "deps" "db-sync" "worker" "dist" "node-adapter.js")])
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
|
||||
(def build-plan
|
||||
[{:cmd "clojure -M:cljs compile logseq-cli db-worker-node"}
|
||||
{:cmd "yarn db-worker-node:compile:bundle"}])
|
||||
{:cmd "yarn db-worker-node:compile:bundle"}
|
||||
{:cmd "yarn --cwd deps/db-sync build:node-adapter"}])
|
||||
|
||||
(defn missing-artifacts
|
||||
([]
|
||||
|
||||
Reference in New Issue
Block a user