mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Finish migration of publishing to deps
* Frontend and cmdline version use the same fns! * Add docstrings and db tests * Fix bug with intermittently failing asset copies * Move publish cli to scripts since publish-spa shouldn't have graph-parser dependency * Fix parse-graph bug noticed while testing publishing
This commit is contained in:
committed by
Tienson Qin
parent
9ac17d485a
commit
5186070248
7
scripts/nbb.edn
Normal file
7
scripts/nbb.edn
Normal file
@@ -0,0 +1,7 @@
|
||||
{:paths ["src"]
|
||||
:deps
|
||||
{logseq/graph-parser
|
||||
;; Nbb bug. Should just be "../graph-parser"
|
||||
{:local/root "../../../../deps/graph-parser"}
|
||||
logseq/publish-spa
|
||||
{:local/root "../../../../deps/publish-spa"}}}
|
||||
Reference in New Issue
Block a user