mirror of
https://github.com/documenso/documenso.git
synced 2026-08-22 22:32:22 +10:00
pnpm does not consume `--` the way npm did when passing args to scripts. The extra `--` was being forwarded to dotenv-cli which tried to spawn it as a command, causing ENOENT errors in CI.