mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Right now both nodejs and Go dev dependencies (linters, test tools, etc.) are installed when building binaries. This slows down everything, especially in CI. Install nodejs dev deps only when needed by setting NODE_ENV=production during builds. Install Go dev deps only when needed by splitting go.mod files per tool.