mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 19:32:26 +08:00
fix(ci): use -D for prettier install
!nuf
This commit is contained in:
parent
4b34854d3c
commit
94b3bb135d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pretty-check.yml
vendored
4
.github/workflows/pretty-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue