Switch from pnpm to npm workspaces

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Leon Serfaty
2026-04-26 03:32:17 -04:00
co-authored by Claude Sonnet 4.6
parent ce2278f4be
commit e91ff1ce89
6 changed files with 8140 additions and 5681 deletions
+3 -3
View File
@@ -5,13 +5,13 @@
set -euo pipefail
echo "==> Installing dependencies"
pnpm install --frozen-lockfile
npm install
echo "==> Building"
pnpm build
npm run build
echo "==> Running database migrations"
pnpm db:migrate
npm run db:migrate
echo "==> Restarting Passenger"
mkdir -p tmp