mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Adjust exporter and frontend build scripts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user