fix: manually-freshened-at date overwritten

This commit is contained in:
Robert Perce 2026-04-04 22:47:23 -05:00
parent b079001cc5
commit 5866c94535
4 changed files with 47 additions and 21 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env bash
playwright:local() {
bash e2e/Taskfile playwright:local
bash e2e/Taskfile playwright:local "$@"
}
playwright:ui() {
bash e2e/Taskfile playwright:ui
bash e2e/Taskfile playwright:ui "$@"
}
refresh_sqlx_db() {