From 6998ac65384131db0866c2b75acd25527ec42186 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 27 Jul 2021 16:20:07 +0200 Subject: [PATCH] fix bb.edn --- bb.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.edn b/bb.edn index 40416d47..5fead5df 100644 --- a/bb.edn +++ b/bb.edn @@ -3,5 +3,5 @@ shadow-compile (shell "npx shadow-cljs compile :app") shadow-node-repl (shell "npx shadow-cljs node-repl") release (do (shell "npx shadow-cljs --force-spawn release app") - (shell "chmod +x dist/out.js")) + (shell "chmod +x out/dist.js")) publish (shell "npm publish")}}