Skip to content

Commit

Permalink
build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Nov 11, 2024
1 parent cc94f07 commit 76e908d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

rm target -r
rm .shadow-cljs -r
rm package.json
rm package-lock.json
clojure -X:webly:npm-install
clojure -X:webly:release-adv

0 comments on commit 76e908d

Please sign in to comment.