Build and commit changes to 'dist' automatically

Instead of requiring that developers keep the 'dist' directory up-to-date,
this process is now automated via a workflow.
Whenever a commit is pushed to 'main' (or a 'release/**' branch), the workflow will
build the application and commit any changes to the 'dist' directory.
This commit is contained in:
daz
2024-04-10 07:29:08 -06:00
committed by Daz DeBoer
parent b64dafb1c9
commit 9e47918adf
5 changed files with 82 additions and 51 deletions

2
sources/.gitignore vendored
View File

@@ -102,3 +102,5 @@ __tests__/runner/*
.idea/
*.iml
# Local 'dist' directory within 'sources'. This is copied to ../dist by CI.
dist/