Skip to content

Commit 996294d

Browse files
refactor: fix pve-scripts local install script (#8418)
1 parent e87bce1 commit 996294d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/pve-scripts-local-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $STD npm install
2929
cp .env.example .env
3030
mkdir -p data
3131
chmod 755 data
32+
33+
$STD npx prisma generate
34+
$STD npx prisma migrate deploy
35+
3236
$STD npm run build
3337
msg_ok "Installed PVE Scripts local"
3438

0 commit comments

Comments
 (0)