mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-04 14:39:02 +08:00
fix(ci): use install instead of add
!nuf
This commit is contained in:
parent
94b3bb135d
commit
2cef523c37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pretty-check.yml
vendored
2
.github/workflows/pretty-check.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
version: ${{ env.PNPM_VERSION }}
|
||||
|
||||
- name: Install Prettier deps only
|
||||
run: pnpm add -D -w prettier @prettier/plugin-oxc
|
||||
run: pnpm install -D -w prettier @prettier/plugin-oxc
|
||||
|
||||
|
||||
- name: Get changed files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue