Skip to content

Commit

Permalink
chore(dev): Restore auto pnpm install (#29212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Feb 26, 2025
1 parent c009101 commit 2c3bf9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/plugin-server
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd plugin-server

if [[ -n $DEBUG ]]; then
echo "🧐 Verifying installed packages..."
pnpm --filter=@posthog/plugin-server install --frozen-lockfile
pnpm --filter=@posthog/plugin-server install
fi

if [ $? -ne 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion bin/start-frontend
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ set -e
# In particular, DEBUG=1 enables a lot of Tailwind logging we don't need, so let's set 0 instead
export DEBUG=0

pnpm --filter=@posthog/frontend... install --frozen-lockfile
pnpm --filter=@posthog/frontend... install
bin/turbo --filter=@posthog/frontend start

0 comments on commit 2c3bf9d

Please sign in to comment.