Switch sqlite-specific db scripts to generic (#11868)

Replace npm script calls to db:sqlite:generate and db:sqlite:push with db:generate and db:push in ct/pangolin.sh and install/pangolin-install.sh. This makes the build/install steps use the generic DB task names for consistency across update and install workflows.
This commit is contained in:
CanbiZ (MickLesk)
2026-02-13 09:16:13 +01:00
committed by GitHub
parent 899d0e4baa
commit 43fb75f2b4
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ function update_script() {
$STD npm run db:generate
$STD npm run build
$STD npm run build:cli
$STD npm run db:sqlite:push
$STD npm run db:push
cp -R .next/standalone ./
chmod +x ./dist/cli.mjs
cp server/db/names.json ./dist/names.json