fix: manually-freshened-at date overwritten
This commit is contained in:
parent
b079001cc5
commit
5866c94535
4 changed files with 47 additions and 21 deletions
4
Taskfile
4
Taskfile
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue