Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sdk-reverse-dep-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Build SDK
run: |
cd sdk/ts
pnpm install --frozen-lockfile=false
pnpm install --frozen-lockfile
pnpm build
- name: Build minimal consumer linked to SDK
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-ts-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: steps.preflight.outputs.proceed == 'true'
run: |
cd sdk/ts
pnpm install --no-frozen-lockfile
pnpm install --frozen-lockfile

- name: Build
if: steps.preflight.outputs.proceed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-ts-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
cd sdk/ts
pnpm install --frozen-lockfile=false
pnpm install --frozen-lockfile

- name: Run tests
run: |
Expand Down
Loading
Loading