Skip to content

Commit

Permalink
chore: update shadow-cjs.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jun 25, 2022
1 parent 4f35070 commit fb23770
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{:source-paths ["src" "dev" "test"]
:dependencies [[funcool/promesa "6.0.2"]
[metosin/malli "0.8.4"]
[juxt/clip "0.27.0"]]
[metosin/malli "0.8.4"]]
:builds
{:gx
{:target :npm-module
:output-to "out/gx.js"
:output-dir "out"}

:test
{:target :node-test
:output-to "out/gx-test.js"
:ns-regexp "-test$"
:autorun true}}}
{:test {:target :node-test
:output-to "out/gx-test.js"
:ns-regexp "-test$"
:autorun true}}}

0 comments on commit fb23770

Please sign in to comment.