mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
📎 Minor changes on build script resource management.
This commit is contained in:
parent
2e5040e65d
commit
620b454c49
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS;
|
|||
|
||||
yarn install || exit 1;
|
||||
npx gulp clean || exit 1;
|
||||
clojure -J-Xms1G -J-Xmx1G -M:dev:shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
|
||||
clojure -J-Xms100M -J-Xmx800M -J-XX:+UseSerialGC -XX:GCTimeRatio=5 -M:dev:shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
|
||||
npx gulp build || exit 1;
|
||||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist:copy || exit 1;
|
||||
|
|
Loading…
Reference in a new issue