build(justfile): add format
This commit is contained in:
parent
23fafcbcf0
commit
72c73c0cf1
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -38,3 +38,7 @@ build-images sha:
|
|||
push-images sha: (build-images sha)
|
||||
docker image push ghcr.io/opdavies/oliverdavies.uk-build:latest
|
||||
docker image push ghcr.io/opdavies/oliverdavies.uk-build:{{ sha }}
|
||||
|
||||
format:
|
||||
yarn prettier --write src/**/*.{astro,mdx}
|
||||
yarn rustywind src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue