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.
6 lines
64 B
Modula-2
6 lines
64 B
Modula-2
module _
|
|
|
|
go 1.14
|
|
|
|
require github.com/kyoh86/looppointer v0.1.4
|