diff options
Diffstat (limited to '.agent/rules/before-commit.md')
| -rw-r--r-- | .agent/rules/before-commit.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.agent/rules/before-commit.md b/.agent/rules/before-commit.md new file mode 100644 index 0000000..ddf97e8 --- /dev/null +++ b/.agent/rules/before-commit.md @@ -0,0 +1,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!
\ No newline at end of file |
