Skip to content

Commit 35703f0

Browse files
authored
Merge branch 'main' into feat/add_v13_support
2 parents 0a95ca5 + 2326e6f commit 35703f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-ts-sdk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
node-version: '20'
2323
registry-url: 'https://registry.npmjs.org'
2424

25+
- name: Install dependencies
26+
run: npm ci
27+
2528
#################################
2629
# npm
2730
#################################
@@ -61,3 +64,4 @@ jobs:
6164
uses: smartcontractkit/.github/actions/ci-publish-npm@5cf24eba2fef708acd6050f0f9a0397b2dabbfb8
6265
with:
6366
publish-command: npm publish
67+
package-json-directory: ./typescript

0 commit comments

Comments
 (0)