Skip to content

Commit 5a2455a

Browse files
fix release bug in task rather than in one-liner
1 parent 325d79e commit 5a2455a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bb.edn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
[nbb.build :as build]
3636
[clojure.string :as str])
3737

38-
clean (fs/delete-tree "lib")
38+
clean (do
39+
(fs/delete-tree "lib")
40+
;; without this some stale js is built like stale nbb-logseq version
41+
(fs/delete-tree ".shadow-cljs"))
3942

4043
npm-install (shell "npm install")
4144

0 commit comments

Comments
 (0)