0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-05 19:41:27 -05:00

Merge branch 'main' into staging

This commit is contained in:
Andrey Antukh 2025-02-10 12:00:57 +01:00
commit f173e15bb3

View file

@ -3,12 +3,13 @@
set -ex
export CURRENT_VERSION=$1;
yarn install
rm -rf target
export NODE_ENV=production;
corepack enable;
corepack up || exit 1;
yarn install || exit 1;
rm -rf target
# Build the application
clojure -M:dev:shadow-cljs release main;