Skip to content

Commit

Permalink
fix bb.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 27, 2021
1 parent 25a1592 commit 6998ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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")}}

0 comments on commit 6998ac6

Please sign in to comment.