mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Add dist.sh script.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user