Skip to content

Commit 7accb32

Browse files
committed
allow workspace root install
1 parent 9a39dd4 commit 7accb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: ${{ matrix.node-version }}
4747
cache: 'pnpm'
4848

49-
- run: pnpm add -D prettier@${{ matrix.prettier-version }}
49+
- run: pnpm add -D prettier@${{ matrix.prettier-version }} -w
5050

5151
- run: pnpm install --frozen-lockfile
5252

0 commit comments

Comments
 (0)