diff --git a/script/build-sandbox b/script/build-sandbox index 4484213b..58d2be3a 100755 --- a/script/build-sandbox +++ b/script/build-sandbox @@ -1,4 +1,4 @@ #!/bin/bash -echo "{:dev {:local-repo \"sandbox-m2\"}}" > planck-cljs/profiles.clj +echo "{:build {:local-repo \"sandbox-m2\"}}" > planck-cljs/profiles.clj script/build rm planck-cljs/profiles.clj