mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 23:56:38 +02:00
Add dist.sh script.
This commit is contained in:
parent
680fa49f27
commit
2fa169e28d
3 changed files with 13 additions and 4 deletions
6
backend/scripts/dist.sh
Executable file
6
backend/scripts/dist.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
DIR=`dirname $0`
|
||||
LEIN="$DIR/lein"
|
||||
|
||||
LEIN_SNAPSHOTS_IN_RELEASE=1 $LEIN uberjar
|
Loading…
Add table
Add a link
Reference in a new issue