mirror of
https://github.com/penpot/penpot.git
synced 2026-09-21 13:51:05 +08:00
Add dist.sh script.
This commit is contained in:
Executable
+6
@@ -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