Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | top-level Makefile (#597) | bnewbold | 2023-05-11 | 1 | -0/+35 |
* top-level Makefile The primary motivation here is the `build-web` command, which calls the yarn build and then also copies over JS files. The Dockerfile does this and I always forget when doing it manually. * build-web: cp bundles in yarn command, not Makefile+Dockerfile |