From a348edaf6cf28d2888d2139430d1ead362684184 Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 17 Mar 2021 08:12:36 +0100 Subject: [PATCH] ci simplified --- shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 417194b..afe390e 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -9,6 +9,6 @@ :autorun true :repl-pprint true} :app {:target :node-script - :output-to "target/mastodon-bot.js" + :output-to "target/npm-build/mastodon-bot.js" :main mastodon-bot.core/main :compiler-options {:optimizations :simple}}}}