Skip to content

Commit e131192

Browse files
committed
Add missing config files to build output
1 parent 87f71f7 commit e131192

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install/documenso-install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ export CYPRESS_INSTALL_BINARY=0
7373
export NODE_OPTIONS="--max-old-space-size=4096"
7474
$STD turbo prune --scope=@documenso/remix --docker
7575
cd out
76-
cp -r json/* .
76+
$STD cp ../lingui.config.ts .
77+
$STD cp ../turbo.json .
78+
$STD cp -r json/* .
7779
$STD npm ci
78-
cp -r full/* .
80+
$STD cp -r full/* .
7981
$STD turbo run build --filter=@documenso/remix
8082
$STD npm run prisma:migrate-deploy
8183
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"

0 commit comments

Comments
 (0)