roles
This commit is contained in:
parent
8c8cbfd7dd
commit
41d48bf60a
28 changed files with 434 additions and 7 deletions
10
justfile
10
justfile
|
@ -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}}"
|
Loading…
Add table
Add a link
Reference in a new issue