Update database generation command in install script (#11825)

This commit is contained in:
Slaviša Arežina 2026-02-12 12:48:16 +01:00 committed by GitHub
parent c3cd9df12f
commit b215bac01d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ $STD npm ci
$STD npm run set:sqlite
$STD npm run set:oss
rm -rf server/private
$STD npm run db:generate
$STD npm run db:sqlite:generate
$STD npm run build
$STD npm run build:cli
cp -R .next/standalone ./