Skip to content

Commit b5a8513

Browse files
committed
fix: run yarn instead of yarn install on CI
1 parent 0213adc commit b5a8513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: steps.library-yarn-cache.outputs.cache-hit != 'true'
9595
working-directory: ../tmp/react-native-test
9696
run: |
97-
yarn install
97+
yarn
9898
9999
- name: Lint library
100100
working-directory: ../tmp/react-native-test

0 commit comments

Comments
 (0)