Skip to content

Commit c0bd2a7

Browse files
committed
Fix to ts sdk dependencies installation
1 parent 921ad65 commit c0bd2a7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/publish-packages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Install Dependencies
4040
uses: ./.github/workflows/actions/install-dependencies
4141

42+
- name: Install TS dependencies
43+
shell: bash
44+
run: pnpm install --frozen-lockfile
45+
4246
- name: Lint
4347
run: pnpm lint
4448

.github/workflows/ts-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- name: Install Dependencies
2222
uses: ./.github/workflows/actions/install-dependencies
2323

24+
- name: Install TS dependencies
25+
shell: bash
26+
run: pnpm install --frozen-lockfile
27+
2428
- name: Lint
2529
run: pnpm lint
2630

0 commit comments

Comments
 (0)