#!/usr/bin/env bash
if [[ "$npm_config_user_agent" != pnpm/* ]]; then
  echo "You must use the 'pnpm' command to install packages."
  exit 1;
fi
