Commit 73559ef8 authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

fix: show prettier version

parent 6849b361
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ docs:prettier:
    name: registry.gitlab.com/just-ci/images/prettier:latest
    entrypoint: []
  script:
    - prettier --version
    - |
      if ! prettier ${PRETTIER_DEFAULT_ARGS} ${PRETTIER_EXTRA_ARGS} ${PRETTIER_CHECK_PATH}; then
        echo "[!] Run the following in the root of the repository:"