mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 11:08:29 +02:00
Merge branch 'main' into staging
This commit is contained in:
commit
f173e15bb3
1 changed files with 5 additions and 4 deletions
|
@ -3,12 +3,13 @@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export CURRENT_VERSION=$1;
|
export CURRENT_VERSION=$1;
|
||||||
|
|
||||||
yarn install
|
|
||||||
rm -rf target
|
|
||||||
|
|
||||||
export NODE_ENV=production;
|
export NODE_ENV=production;
|
||||||
|
|
||||||
|
corepack enable;
|
||||||
|
corepack up || exit 1;
|
||||||
|
yarn install || exit 1;
|
||||||
|
rm -rf target
|
||||||
|
|
||||||
# Build the application
|
# Build the application
|
||||||
clojure -M:dev:shadow-cljs release main;
|
clojure -M:dev:shadow-cljs release main;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue