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 a3757ea
Showing 1 changed file with 1 addition 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: cd lib/js-sdk && yarn --frozen-lockfile

- name: tsc Linting
run: cd lib/js-sdk && yarn lint
Expand Down

0 comments on commit a3757ea

Please sign in to comment.