Skip to content

Commit 900d40b

Browse files
authored
Update preview-sdks.yml
1 parent 114652e commit 900d40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-sdks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
3232
run: |
3333
cd fern/apis/api/.preview/fern-typescript-sdk
34-
yarn install
35-
yarn build
34+
pnpm install
35+
pnpm build
3636
3737
preview-python:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)