Skip to content

Commit

Permalink
Fix sandbox build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Feb 4, 2017
1 parent d0d630e commit 36f70d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion planck-cljs/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
7 changes: 1 addition & 6 deletions script/build-sandbox
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 36f70d9

Please sign in to comment.