Skip to content

Commit cf016bc

Browse files
chore: setup action update
1 parent d54f371 commit cf016bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ runs:
2525

2626
- name: Install dependencies
2727
if: steps.yarn-cache.outputs.cache-hit != 'true'
28-
run: |
29-
yarn install --cwd example --frozen-lockfile
30-
yarn install --frozen-lockfile
28+
run: yarn install --frozen-lockfile
3129
shell: bash

0 commit comments

Comments
 (0)