This commit is contained in:
41666 2025-04-05 22:02:17 -07:00
parent 8c8cbfd7dd
commit 41d48bf60a
28 changed files with 434 additions and 7 deletions

View file

@ -12,10 +12,13 @@ run-container:
docker load -i result
docker run -it --rm -p 8169:8169 localhost/roleypoly/roleypoly
precommit: fmt tidy update-vendor-hash test
precommit: fmt prettier tidy update-vendor-hash test
fmt:
go fmt ./...
prettier:
prettier -w -c **/*.{css,html,json,md}
tidy:
go mod tidy
@ -27,4 +30,7 @@ test:
go test ./...
clean-repo:
rm -rf tmp result
rm -rf tmp result
open-chromium path="/testing/t/picker":
nix-shell -p chromium --command "chromium http://localhost:8170{{path}}"