From 36f70d991fbff8abf4805f46fd55181e3cb75332 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Sat, 4 Feb 2017 08:39:17 -0500 Subject: [PATCH] Fix sandbox build --- planck-cljs/project.clj | 3 ++- script/build-sandbox | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/planck-cljs/project.clj b/planck-cljs/project.clj index c9e0ca3b..59c2a022 100644 --- a/planck-cljs/project.clj +++ b/planck-cljs/project.clj @@ -5,10 +5,11 @@ [tubular "1.0.0"]] :source-paths ["dev"]} :build-release - {:dependencies [[org.clojure/clojurescript "1.9.456"]]} + {} :build-commit {}} :dependencies [[org.clojure/clojure "1.8.0"] + [org.clojure/clojurescript "1.9.456"] [org.clojure/test.check "0.9.0"] [org.clojure/tools.reader "1.0.0-beta4"] [tailrecursion/cljson "1.0.7"] diff --git a/script/build-sandbox b/script/build-sandbox index 91a0273a..1aba122a 100755 --- a/script/build-sandbox +++ b/script/build-sandbox @@ -1,9 +1,4 @@ #!/usr/bin/env bash -echo "{:build {:local-repo \"sandbox-m2\"}}" > planck-cljs/profiles.clj +echo "{:build-release {:local-repo \"sandbox-m2\"}}" > planck-cljs/profiles.clj script/build rm planck-cljs/profiles.clj - -# For now, copy the binary to the place where 1.x was built -# so we don't have to mess with the Homebrew formula -mkdir -p build/Release -cp planck-c/build/planck build/Release