Skip to content

Commit 264a299

Browse files
authored
documenso: test turbo prune
1 parent 3af5258 commit 264a299

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/documenso-install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ export TURBO_CACHE=1
7171
export NEXT_TELEMETRY_DISABLED=1
7272
export CYPRESS_INSTALL_BINARY=0
7373
export NODE_OPTIONS="--max-old-space-size=4096"
74+
$STD turbo prune --scope=@documenso/remix --docker
75+
cd out
76+
cp -r json/* .
77+
cp package-lock.json .
7478
$STD npm ci
79+
cp -r full/* .
7580
$STD turbo run build --filter=@documenso/remix
7681
$STD npm run prisma:migrate-deploy
7782
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"

0 commit comments

Comments
 (0)