ci: Attempt to fix restyled.io test (#6116)

We're now getting an error with exit code 127, so this commit adds the suggested solution of telling Restyled the exact command needed to run:

    https://github.com/restyled-io/restyled.io/wiki/Common-Errors:-Prettier#prettier-with-tailwindcss-executable-file-not-found-in-path
This commit is contained in:
Justin Clift
2023-06-26 05:29:04 +10:00
committed by GitHub
parent 28e63e3d76
commit b33bd1b02e

View File

@@ -57,6 +57,9 @@ restylers:
- migrations/versions
- name: prettier
image: restyled/restyler-prettier:v1.19.1-2
command:
- prettier
- --write
include:
- client/app/**/*.js
- client/app/**/*.jsx