Add dist.sh script.

This commit is contained in:
Andrey Antukh 2017-01-21 14:31:20 +01:00
parent 680fa49f27
commit 2fa169e28d
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 13 additions and 4 deletions

6
backend/scripts/dist.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
DIR=`dirname $0`
LEIN="$DIR/lein"
LEIN_SNAPSHOTS_IN_RELEASE=1 $LEIN uberjar