mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 01:35:02 +00:00
On a release, make tools is run which pulls in the latest connect tools for angular. This is a problem because it makes the git tree dirty. The packages should be in the package.json file and the lock file so these additional steps should not be necessary. Remove them. Desired result is make tools is idempotent and installs the correct pinned versions necessary to build and release the container image.