aboutsummaryrefslogtreecommitdiffstats
path: root/.agent/rules/before-commit.md
blob: ddf97e883b1ac563f794a51ac3e3218600f700bf (plain) (blame)
1
2
3
4
5
6
7
---
trigger: always_on
---

Before git commit of any changes, run `make test` to ensure tests pass.

And ensure you run `make all` to build the production assets. Those need to be checked in after any UI changes!