Skip to content

Commit

Permalink
Adding a little script to prepare and generate the phar
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson committed Oct 17, 2015
1 parent 70730ff commit 3a8ef41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build-phar.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

composer install --no-dev --optimize-autoloader

mkdir build

wget https://github.com/box-project/box2/releases/download/2.6.0/box-2.6.0.phar -O box.phar

php box.phar build

0 comments on commit 3a8ef41

Please sign in to comment.