mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-04 10:25:17 -06:00
This patch introduces tools/run_all_build.go, a tool that looks for files called build.go in our source tree and executes them using 'go run'. Currently, they're run in serial. Also, some node projects are tweaked to make it clear that 'go run build.go' is the supported mechanism for installing deps and building code.