Skip to content

Commit 3ed5736

Browse files
committed
Fix package-size
1 parent a104a54 commit 3ed5736

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,11 @@ jobs:
157157
- run: |
158158
npm --version
159159
# corepack enable npm
160+
161+
- run: |
160162
npm install -g $(jq -r '.packageManager' < package.json)
161163
npm --version
164+
working-directory: ./pr
162165
163166
- run: npm ci
164167
working-directory: ./pr

0 commit comments

Comments
 (0)