Fix yarn config

This commit is contained in:
minibits-cash
2024-10-03 22:03:31 +02:00
parent 313be2e0c5
commit cd6242ec12
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
- name: Install app dependencies
if: ${{ env.IS_VERSION_CHANGED == 'true' }}
run: yarn
run: yarn
# - name: Install app dependencies
# if: ${{ env.IS_VERSION_CHANGED == 'true' }}