This commit is contained in:
MickLesk
2026-02-22 18:56:02 +01:00
parent 1724db77ec
commit 3f85bc0620
3 changed files with 5 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ cd /opt/twenty
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
$STD corepack enable
$STD corepack prepare yarn@4.9.2 --activate
export NODE_OPTIONS="--max-old-space-size=4096"
$STD yarn install --immutable || $STD yarn install
export NODE_OPTIONS="--max-old-space-size=4096"
$STD npx nx run twenty-server:build
$STD npx nx build twenty-front
cp -r /opt/twenty/packages/twenty-front/build /opt/twenty/packages/twenty-server/dist/front