fix(ci): use -D for prettier install

!nuf
This commit is contained in:
Miodec 2025-11-27 15:44:49 +01:00
parent 4b34854d3c
commit 94b3bb135d

View file

@ -35,8 +35,8 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}
- name: Install prettier
run: pnpm add -g prettier@3.7.1 @prettier/plugin-oxc@0.1.1
- name: Install Prettier deps only
run: pnpm add -D -w prettier @prettier/plugin-oxc
- name: Get changed files