We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f71f7 commit e131192Copy full SHA for e131192
install/documenso-install.sh
@@ -73,9 +73,11 @@ export CYPRESS_INSTALL_BINARY=0
73
export NODE_OPTIONS="--max-old-space-size=4096"
74
$STD turbo prune --scope=@documenso/remix --docker
75
cd out
76
-cp -r json/* .
+$STD cp ../lingui.config.ts .
77
+$STD cp ../turbo.json .
78
+$STD cp -r json/* .
79
$STD npm ci
-cp -r full/* .
80
+$STD cp -r full/* .
81
$STD turbo run build --filter=@documenso/remix
82
$STD npm run prisma:migrate-deploy
83
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
0 commit comments