build: reduce taskfile backend complexity #60

Merged
mcataford merged 5 commits from build/reduce-taskfile-backend-complexity into main 2023-12-18 05:05:39 +00:00
mcataford commented 2023-12-18 05:04:16 +00:00 (Migrated from github.com)

This reduces unneeded complexity in Taskfile.backend.yml by...

  • Consolidating be:start and be:start-db under be:docker:start; there is no reason for starting one without the other locally.
  • Removing redundant paths + env entries that were duplicated or already passed down.
  • Extracting build and format logic out of the taskfile into scripts.
This reduces unneeded complexity in `Taskfile.backend.yml` by... - Consolidating `be:start` and `be:start-db` under `be:docker:start`; there is no reason for starting one without the other locally. - Removing redundant paths + env entries that were duplicated or already passed down. - Extracting build and format logic out of the taskfile into scripts.
This repo is archived. You cannot comment on pull requests.
No description provided.