Try using npx instead of yarn for stylelint

This commit is contained in:
Mouse Reeve 2022-02-15 12:39:14 -08:00
parent 7ff1ad7c83
commit 450d4cdace

View file

@ -30,7 +30,7 @@ jobs:
# See .stylelintignore for files that are not linted.
- name: Run stylelint
run: >
yarn stylelint bookwyrm/static/**/*.css \
npx stylelint bookwyrm/static/**/*.css \
--report-needless-disables \
--report-invalid-scope-disables