Update database generation command in install script

This commit is contained in:
Slaviša Arežina
2026-02-12 11:36:17 +01:00
committed by GitHub
parent c8b278f26f
commit 0581d445e5

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 ./