mirror of
https://github.com/penpot/penpot.git
synced 2025-02-21 06:16:28 -05:00
🐛 Fix exporter build script
This commit is contained in:
parent
6ca1a84557
commit
ccce3bcb8f
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue