Skip to content

Commit

Permalink
Use tools.deps & shadow-cljs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Apr 24, 2024
1 parent 2b83eec commit c9b1571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
id: maven-cache
with:
path: /root/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('project.clj', '.github/workflows/**') }}
key: ${{ runner.os }}-maven-${{ hashFiles('project.clj', 'deps.edn', '.github/workflows/**') }}
restore-keys: |
${{ runner.os }}-maven-
- name: npm cache
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('project.clj') }}-${{ hashFiles('**/deps.cljs') }}
key: ${{ runner.os }}-npm-${{ hashFiles('package.json', 'package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-
- name: shadow-cljs compiler cache
Expand Down
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
[reagent "1.1.0" :scope "provided"]
[org.clojure/core.async "1.3.618"]
[com.andrewmcveigh/cljs-time "0.5.2"]
[day8/shadow-git-inject "0.0.5"]]
[day8/shadow-git-inject "0.0.5"]
[hashp/hashp "0.2.2"]]

:plugins [[day8/lein-git-inject "0.0.15"]
[com.github.liquidz/antq "RELEASE"]
Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:lein true
{:lein {:profile "+demo"}
:nrepl {:port 7777}

:builds {:demo
Expand Down

0 comments on commit c9b1571

Please sign in to comment.