mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 22:36:38 +02:00
📎 Adjust exporter and frontend build scripts
This commit is contained in:
parent
d1fba8982e
commit
af64c2c46e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ rm -rf target
|
|||
export NODE_ENV=production;
|
||||
|
||||
# Build the application
|
||||
clojure -M:dev:shadow-cljs release main;
|
||||
clojure -J-Xms100M -J-Xmx1000M -J-XX:+UseSerialGC -M:dev:shadow-cljs release main;
|
||||
|
||||
# Remove source
|
||||
rm -rf target/app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue