Update build script
This commit is contained in:
parent
eed50715f0
commit
8721158da9
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ npx prisma generate
|
|||
|
||||
# Initialize database (runs migrations and seeds on first deploy only)
|
||||
echo "🗄️ Initializing database..."
|
||||
npm run db:init
|
||||
pnpm run db:init
|
||||
|
||||
# Build the application
|
||||
echo "🏗️ Building application..."
|
||||
npm run build
|
||||
pnpm run build
|
||||
|
||||
echo "✅ Deployment preparation complete!"
|
||||
Loading…
Reference in a new issue