Skip to content

Commit 81ea46a

Browse files
committed
Fix CI: Remove frozen lockfile for postguard-tb-addon
The submodule's yarn.lock is out of sync. Use regular yarn install to allow lockfile updates during build.
1 parent ffb190f commit 81ea46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build postguard-tb-addon
3939
working-directory: ./postguard-tb-addon
4040
run: |
41-
yarn install --frozen-lockfile
41+
yarn install
4242
yarn build
4343
4444
- name: Build cryptify frontend

0 commit comments

Comments
 (0)