Files
documenso/apps
Lucas Smith 0b8d107291 fix: remove double-dash in pnpm with:env script calls
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.
2026-03-06 14:28:59 +11:00
..