mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
Add publish dep
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
;; for config.edn
|
||||
logseq/common
|
||||
{:local/root "../deps/common"}
|
||||
logseq/publish
|
||||
{:local/root "../deps/publish"}
|
||||
logseq/publishing
|
||||
{:local/root "../deps/publishing"}}}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
(defn kondo-git-changes
|
||||
"Run clj-kondo across dirs and only for files that git diff detects as unstaged changes"
|
||||
[]
|
||||
(let [kondo-dirs ["src" "deps/common" "deps/db" "deps/graph-parser" "deps/outliner" "deps/publishing" "deps/cli"]
|
||||
(let [kondo-dirs ["src" "deps/common" "deps/db" "deps/graph-parser" "deps/outliner" "deps/publish" "deps/publishing" "deps/cli"]
|
||||
dir-regex (re-pattern (str "^(" (string/join "|" kondo-dirs) ")"))
|
||||
dir-to-files (->> (shell {:out :string} "git diff --name-only")
|
||||
:out
|
||||
|
||||
Reference in New Issue
Block a user