mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:46:38 +02:00
Merge branch 'staging'
This commit is contained in:
commit
78d1c57b7c
306 changed files with 14686 additions and 4386 deletions
|
@ -8,7 +8,7 @@ EXTRA_PARAMS=$SHADOWCLJS_EXTRA_PARAMS;
|
|||
|
||||
yarn install || exit 1;
|
||||
npx gulp clean || exit 1;
|
||||
clojure -M:dev:shadow-cljs release main --config-merge "{:release-version \"${CURRENT_HASH}\"}" $EXTRA_PARAMS || exit 1
|
||||
clojure -J-Xms1G -J-Xmx1G -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
Add a link
Reference in a new issue