📎 Adjust exporter and frontend build scripts

This commit is contained in:
Andrey Antukh
2023-11-21 13:39:31 +01:00
parent 668fe2fc24
commit 264a3cf9a3
2 changed files with 2 additions and 2 deletions

View File

@@ -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;