Skip to content

Commit

Permalink
Point build test to real home for datascript feature (babashka#177)
Browse files Browse the repository at this point in the history
* Point build test to real home for datascript feature

* Fix typo
  • Loading branch information
logseq-cldwalker authored Apr 29, 2022
1 parent e2e5c18 commit 3ee0cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
:requires ([nbb-build-tests]
[babashka.deps :as deps])
:task (let [deps '{datascript/deps
{:git/url "https://github.com/logseq/nbb-logseq"
:git/sha "5aaf1a6a9516e61fbfb3eb73b3d28537e15c03af"
{:git/url "https://github.com/babashka/nbb-features"
:git/sha "8938ef11926f660684a2d410d800cf9e12cf52a3"
:deps/root "features/datascript"}}]
(run 'clean)
(deps/add-deps {:deps deps})
Expand Down

0 comments on commit 3ee0cb0

Please sign in to comment.