mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Merge branch 'main' into staging
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user