mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-02 22:00:09 +00:00
documenso: test turbo prune
This commit is contained in:
parent
3af525882a
commit
264a29980c
1 changed files with 5 additions and 0 deletions
|
|
@ -71,7 +71,12 @@ export TURBO_CACHE=1
|
|||
export NEXT_TELEMETRY_DISABLED=1
|
||||
export CYPRESS_INSTALL_BINARY=0
|
||||
export NODE_OPTIONS="--max-old-space-size=4096"
|
||||
$STD turbo prune --scope=@documenso/remix --docker
|
||||
cd out
|
||||
cp -r json/* .
|
||||
cp package-lock.json .
|
||||
$STD npm ci
|
||||
cp -r full/* .
|
||||
$STD turbo run build --filter=@documenso/remix
|
||||
$STD npm run prisma:migrate-deploy
|
||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue