mirror of
https://github.com/penpot/penpot.git
synced 2025-02-07 06:48:19 -05:00
📎 Minor fix on frontend build script.
This commit is contained in:
parent
369ec9f814
commit
38e5184be4
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-Xms100M -J-Xmx800M -J-XX:+UseSerialGC -J-XX:GCTimeRatio=5 -M:dev:shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
|
||||
clojure -J-Xms100M -J-Xmx800M -J-XX:+UseSerialGC -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…
Add table
Reference in a new issue