Skip to content

Commit

Permalink
modify main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 6, 2024
1 parent 1f6def6 commit 8f6b43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'yarn'

- name: Installing dependencies
run: cd lib/js-sdk && yarn
run: yarn

- name: tsc Linting
run: cd lib/js-sdk && yarn lint
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
yarnPath: .yarn/releases/yarn-3.4.1.cjs
nodeLinker: node-modules
checksumBehavior: "update"

0 comments on commit 8f6b43e

Please sign in to comment.