fix: auto-install binary on run if missing by jpoehnelt · Pull Request #654 · googleworkspace/cli

added 2 commits

March 31, 2026 11:38
pnpm skips postinstall when the package is already cached/installed.
This commit ensures run.js will auto-trigger install.js if the
binary is missing, fixing the 'gws binary not found' error.

gemini-code-assist[bot]