mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client+server: implement code autoformatting using prettier and black
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
docker build -f ${DOCKERFILE_PATH:-Dockerfile}.test -t ${IMAGE_NAME}-test .
|
||||
docker run --rm -t ${IMAGE_NAME}-test
|
||||
docker rmi ${IMAGE_NAME}-test
|
||||
docker run --rm \
|
||||
-t $(docker build -f ${DOCKERFILE_PATH:-Dockerfile}.test -q .) \
|
||||
--color=no szurubooru/
|
||||
|
||||
exit $?
|
||||
|
Reference in New Issue
Block a user