mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 01:48:29 +02:00
🐳 Improve devenv and build steps (jvm-opts and upgrades).
This commit is contained in:
parent
009a626419
commit
df03b03818
9 changed files with 24 additions and 13 deletions
|
@ -1,14 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -e ~/local/.fixtures-loaded ]; then
|
||||
echo "Loading fixtures..."
|
||||
clojure -Adev -m uxbox.fixtures
|
||||
touch ~/local/.fixtures-loaded
|
||||
fi
|
||||
|
||||
clojure -J-XX:-OmitStackTraceInFastThrow -m uxbox.main
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue