mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 02:06:38 +02:00
Improve scripts, add lein and update depencies (backend).
This commit is contained in:
parent
cda2737b02
commit
b3d995de53
7 changed files with 429 additions and 20 deletions
|
@ -1,2 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
lein run -m uxbox.cli.collimp/-main -- $@
|
||||
|
||||
DIR=`dirname $0`
|
||||
LEIN="$DIR/lein"
|
||||
|
||||
$LEIN trampoline run -m uxbox.cli.collimp/-main -- $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue